1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/mail/mbox2imap/Makefile
Dmitry Marakasov ff24712f03 - Add LICENSE
- Fix shebangs
- Add NO_ARCH

Approved by:	portmgr blanket
2018-02-15 14:30:19 +00:00

27 lines
535 B
Makefile

# Created by: gahr
# $FreeBSD$
PORTNAME= mbox2imap
PORTVERSION= 1.0
PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= http://BSDforge.com/projects/source/mail/mbox2imap/
MAINTAINER= portmaster@BSDforge.com
COMMENT= Upload email stored in mbox file format to an IMAP server
LICENSE= NONE
USES= python shebangfix tar:xz
SHEBANG_FILES= ${WRKSRC}/${PORTNAME}
NO_WRKSUBDIR= yes
NO_BUILD= yes
NO_ARCH= yes
PLIST_FILES= bin/${PORTNAME}
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>