e3a7ca28c8
Site is now back up Reported by: Jamie Landeg-Jones <jamie@catflap.org>, Chris <portmaster@bsdforge.com> Approved by: portmgr (blanket)
24 lines
556 B
Makefile
24 lines
556 B
Makefile
PORTNAME= mbox2imap
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= mail
|
|
MASTER_SITES= https://BSDforge.com/projects/source/mail/mbox2imap/
|
|
|
|
MAINTAINER= portmaster@BSDforge.com
|
|
COMMENT= Upload email stored in mbox file format to an IMAP server
|
|
WWW= https://BSDforge.com/projects/mail/mbox2imap/
|
|
|
|
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>
|