summaryrefslogtreecommitdiff
path: root/mail/premail/Makefile
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-02-02 15:20:55 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-02-02 15:20:55 +0000
commit1fb981c97240da8b8cf8f98f7d2a1c9ab17dad24 (patch)
treeab0e3825a4c577ddb0040131f50ac91d188d81ad /mail/premail/Makefile
parentMinor style nitpick. (diff)
E-mail privacy package, support anon remailers, PGP, nyms
Notes
Notes: svn path=/head/; revision=5499
Diffstat (limited to 'mail/premail/Makefile')
-rw-r--r--mail/premail/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/mail/premail/Makefile b/mail/premail/Makefile
new file mode 100644
index 000000000000..ba796fe5fd5d
--- /dev/null
+++ b/mail/premail/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: premail
+# Version required: 0.45
+# Premail homepage is http://www.c2.net/~raph/premail.html
+#
+# Date created: 31 Jan 1997
+# Whom: ache
+#
+# $Id: Makefile,v 1.18 1996/11/18 14:13:26 asami Exp $
+#
+
+DISTNAME= premail-0.45
+CATEGORIES= security mail
+MASTER_SITES= ftp://ftp.ms.mff.cuni.cz/Security/utopia/remailer/
+
+BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5
+BUILD_DEPENDS+= pgp:${PORTSDIR}/security/pgp
+
+MAINTAINER= ache@FreeBSD.ORG
+
+NO_BUILD= Yes
+RESTRICTED= "Author treats it as ITAR subject"
+
+do-install:
+ cd ${WRKSRC} && ${INSTALL_SCRIPT} premail ${PREFIX}/bin
+ install -d -m 555 ${PREFIX}/share/doc/premail
+ cd ${WRKSRC} && ${INSTALL_DATA} \
+ preferences doc-0.45.html doc-0.45.txt ${PREFIX}/share/doc/premail
+ @echo
+ @echo "Check ${PREFIX}/share/doc/premail for further instructions"
+ @echo
+
+.include <bsd.port.mk>