diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-12-31 14:25:30 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-12-31 14:25:30 +0000 |
commit | 1d4fbef9a6ee33afd51a85cbe306bde950cc64ae (patch) | |
tree | 01661acbc97c6cd59369a2071a6c7630dfd750dc /security/pgp5/Makefile | |
parent | e433d0e3f7374cdb3b92471a5836f6db35b7cffc (diff) | |
download | pkgsrc-1d4fbef9a6ee33afd51a85cbe306bde950cc64ae.tar.gz |
Initial import of pgp-5.0i, PGP 5i (international version).
Based on pr 6684 by Martin J. Laubach with heavy refining/fixing by myself.
XXX This package needs still some tweaking to work with rsaref.
XXX Maybe some US citizen developer can take over?
XXX At least its usefull to non-US ppl.
Diffstat (limited to 'security/pgp5/Makefile')
-rw-r--r-- | security/pgp5/Makefile | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/security/pgp5/Makefile b/security/pgp5/Makefile new file mode 100644 index 00000000000..44665883ffb --- /dev/null +++ b/security/pgp5/Makefile @@ -0,0 +1,49 @@ +# $NetBSD: Makefile,v 1.1.1.1 1998/12/31 14:25:30 frueauf Exp $ +# + +DISTNAME= pgp50i-unix-src +PKGNAME= pgp-5.0i +WRKSRC= ${WRKDIR}/pgp50i/src +CATEGORIES= security +MASTER_SITES= ftp://ftp.pgpi.com/pub/pgp/5.0/unix/ \ + ftp://ftp.at.pgpi.com/pub/pgpi/5.0/unix/ \ + ftp://ftp.se.pgpi.com/pub/pgp/5.0/unix/ \ + ftp://ftp.ch.pgpi.com/pub/pgp/5.0/unix/ \ + ftp://ftp.au.pgpi.com/pub/pgp/5.0/unix/ + +MAINTAINER= mjl@emsi.priv.at +HOMEPAGE= http://www.pgpi.com/ + +BUILD_DEPENDS= perl:../../lang/perl5 + +RESTRICTED= "Cryptographic software" +MIRROR_DISTFILE=no + +GNU_CONFIGURE= YES + +PGPLIB= ${PREFIX}/share/pgp5 + +.include "../../mk/bsd.prefs.mk" + +.if !defined(USE_RSAREF2) || ${USE_RSAREF2} != YES && ${USE_RSAREF2} != NO +pre-fetch: + @${ECHO} + @${ECHO} The variable USE_RSAREF2 must be set to either YES or NO + @${ECHO} in order to build this package. USA residents that are + @${ECHO} not licensees of the RSA algorithm MUST set this variable + @${ECHO} to YES. Users outside the USA MUST set this variable to + @${ECHO} NO. Licensees may choose -- NO is faster. + @${ECHO} + @${ECHO} On the other hand, this package needs more work to + @${ECHO} actually work with RSAREF. Sorry. + @${FALSE} +.endif + +post-patch: + ${MV} ${WRKSRC}/man/pgp.1 ${WRKSRC}/man/pgp5.1 + +post-install: + -${MKDIR} ${PGPLIB} + ${INSTALL_DATA} ${WRKSRC}/language50.txt ${PGPLIB} + +.include "../../mk/bsd.pkg.mk" |