aboutsummaryrefslogtreecommitdiffstats
path: root/mail/premail/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/premail/Makefile')
-rw-r--r--mail/premail/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/mail/premail/Makefile b/mail/premail/Makefile
deleted file mode 100644
index 93be1d80e7d0..000000000000
--- a/mail/premail/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# Created by: ache
-# $FreeBSD$
-
-PORTNAME= premail
-PORTVERSION= 0.46
-PORTREVISION= 1
-CATEGORIES= mail security
-MASTER_SITES= ftp://ftp.jpunix.com/pub/remailer-tools/ \
- ftp://ftp.kiarchive.ru/pub/unix/crypto/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= E-mail privacy package, support anon remailers, PGP, nyms
-
-BUILD_DEPENDS+= pgp:${PORTSDIR}/security/pgp
-
-WRKSRC= ${WRKDIR}/premail
-NO_BUILD= yes
-USES= shebangfix perl5
-SHEBANG_FILES= premail
-
-NO_STAGE= yes
-do-install:
- cd ${WRKSRC} && ${INSTALL_SCRIPT} premail ${PREFIX}/bin
- ${MKDIR} -m 555 ${PREFIX}/share/doc/premail
- cd ${WRKSRC} && ${INSTALL_DATA} \
- preferences doc-0.46.html doc-0.46.txt ${PREFIX}/share/doc/premail
- @${ECHO_MSG}
- @${ECHO_MSG} "Check ${PREFIX}/share/doc/premail for further instructions"
- @${ECHO_MSG}
-
-.include <bsd.port.mk>