summaryrefslogtreecommitdiff
path: root/mail/mbx2mbox/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mbx2mbox/Makefile')
-rw-r--r--mail/mbx2mbox/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/mail/mbx2mbox/Makefile b/mail/mbx2mbox/Makefile
new file mode 100644
index 000000000000..f6427cf1f888
--- /dev/null
+++ b/mail/mbx2mbox/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: mbx2mbox
+# Version required: 0.1
+# Date created: 23 November 1998
+# Whom: Josh Gilliam <josh@quick.net>
+#
+# $Id$
+#
+
+DISTNAME= mbx2mbox-0.1
+CATEGORIES= mail
+MASTER_SITES= http://www.cs.virginia.edu/~dwc3q/code/ \
+ ftp://maroon.webmaster.com/pub/mbx2mbox/
+EXTRACT_SUFX=
+
+MAINTAINER= josh@quick.net
+
+EXTRACT_CMD= ${CP}
+EXTRACT_BEFORE_ARGS=
+EXTRACT_AFTER_ARGS= .
+NO_WRKSUBDIR= yes
+NO_BUILD= yes
+USE_PERL5= yes
+
+post-patch:
+
+ @${MV} ${WRKSRC}/${DISTNAME} ${WRKSRC}/${DISTNAME}.pre_sed
+ @${SED} -e 's%/usr/bin/perl%${PERL}%' \
+ ${WRKSRC}/${DISTNAME}.pre_sed > ${WRKSRC}/${DISTNAME}
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKDIR}/mbx2mbox-0.1 ${PREFIX}/bin/mbx2mbox
+
+.include <bsd.port.mk>