summaryrefslogtreecommitdiff
path: root/mail/mbox2imap/Makefile
blob: d57674803aa0bd2f7b12cc44a1fc79a6202f8c07 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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

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>