2000-10-04 02:40:08 -04:00
|
|
|
# New ports collection makefile for: premail
|
|
|
|
# Date created: 31 Jan 1997
|
|
|
|
# Whom: ache
|
1997-02-02 10:20:55 -05:00
|
|
|
#
|
1999-08-25 02:51:17 -04:00
|
|
|
# $FreeBSD$
|
1997-02-02 10:20:55 -05:00
|
|
|
#
|
|
|
|
|
2000-04-13 16:01:08 -04:00
|
|
|
PORTNAME= premail
|
2000-10-04 02:40:08 -04:00
|
|
|
PORTVERSION= 0.46
|
2001-02-05 10:11:27 -05:00
|
|
|
PORTREVISION= 1
|
2000-10-04 02:40:08 -04:00
|
|
|
CATEGORIES= mail security
|
|
|
|
MASTER_SITES= ftp://ftp.jpunix.com/pub/remailer-tools/ \
|
1999-10-25 19:54:55 -04:00
|
|
|
ftp://ftp.kiarchive.ru/pub/unix/crypto/
|
1997-02-02 10:20:55 -05:00
|
|
|
|
1999-08-31 02:53:31 -04:00
|
|
|
MAINTAINER= ache@FreeBSD.org
|
2003-03-07 01:14:21 -05:00
|
|
|
COMMENT= E-mail privacy package, support anon remailers, PGP, nyms
|
1997-02-02 10:20:55 -05:00
|
|
|
|
2000-10-04 02:40:08 -04:00
|
|
|
BUILD_DEPENDS+= pgp:${PORTSDIR}/security/pgp
|
1999-08-27 16:47:00 -04:00
|
|
|
|
2000-10-04 02:40:08 -04:00
|
|
|
WRKSRC= ${WRKDIR}/premail
|
|
|
|
USE_PERL5= yes
|
|
|
|
NO_BUILD= yes
|
1997-02-02 10:20:55 -05:00
|
|
|
|
1998-10-02 02:31:07 -04:00
|
|
|
post-patch:
|
|
|
|
cd ${WRKSRC}; \
|
1999-08-22 19:33:47 -04:00
|
|
|
${CP} premail premail.old; \
|
1999-08-27 16:47:00 -04:00
|
|
|
${SED} 's=#!/usr/local/bin/perl=#!${PERL} -w=' < premail.old > premail
|
1998-10-02 02:31:07 -04:00
|
|
|
|
1997-02-02 10:20:55 -05:00
|
|
|
do-install:
|
|
|
|
cd ${WRKSRC} && ${INSTALL_SCRIPT} premail ${PREFIX}/bin
|
1999-08-27 16:47:00 -04:00
|
|
|
${MKDIR} -m 555 ${PREFIX}/share/doc/premail
|
1997-02-02 10:20:55 -05:00
|
|
|
cd ${WRKSRC} && ${INSTALL_DATA} \
|
1998-10-06 11:15:29 -04:00
|
|
|
preferences doc-0.46.html doc-0.46.txt ${PREFIX}/share/doc/premail
|
1999-08-27 16:47:00 -04:00
|
|
|
@${ECHO_MSG}
|
|
|
|
@${ECHO_MSG} "Check ${PREFIX}/share/doc/premail for further instructions"
|
|
|
|
@${ECHO_MSG}
|
1997-02-02 10:20:55 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|