diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2008-09-25 00:26:34 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2008-09-25 00:26:34 +0000 |
commit | b1cd19f8eb50fe832a5a55fd8ccfbf5471e78c04 (patch) | |
tree | 0aed0e6a5e72ed985703db2afd8beaabeb7d2c79 /mail/mbox2imap/Makefile | |
parent | 3ef3e2d1dc365a58652510dcd2aae783c10c2d6f (diff) | |
download | ports-b1cd19f8eb50fe832a5a55fd8ccfbf5471e78c04.tar.gz ports-b1cd19f8eb50fe832a5a55fd8ccfbf5471e78c04.zip |
Notes
Diffstat (limited to 'mail/mbox2imap/Makefile')
-rw-r--r-- | mail/mbox2imap/Makefile | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/mail/mbox2imap/Makefile b/mail/mbox2imap/Makefile new file mode 100644 index 000000000000..7a2a21ebb037 --- /dev/null +++ b/mail/mbox2imap/Makefile @@ -0,0 +1,31 @@ +# New ports collection Makefile for: mbox2imap +# Date created: 25 September 2008 +# Whom: gahr +# +# $FreeBSD$ +# + +PORTNAME= mbox2imap +PORTVERSION= 1.0 +CATEGORIES= mail +MASTER_SITES= http://people.cs.uchicago.edu/~brendan/scripts/ \ + http://people.freebsd.org/~gahr/distfiles/ +DISTNAME= ${PORTNAME} +EXTRACT_SUFX= # none +EXTRACT_ONLY= # none + +MAINTAINER= gahr@FreeBSD.org +COMMENT= Upload email stored in mbox file format to an IMAP server + +USE_PYTHON= yes +NO_BUILD= yes + +PLIST_FILES= bin/${PORTNAME} + +post-extract: + ${CP} ${DISTDIR}/${PORTNAME} ${WRKDIR} + +do-install: + ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin + +.include <bsd.port.mk> |