summaryrefslogtreecommitdiff
path: root/security/pgp5
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-02-02 21:45:31 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-02-02 21:45:31 +0000
commitc195ec584da3ebc0a42b52f302b02f3f1d75c60a (patch)
tree623ce27f8ffef6ca44aac6427e9bc3453f691128 /security/pgp5
parentInstall rsa.h too (diff)
Use rsaref from ports for USA
Add more mirrors
Notes
Notes: svn path=/head/; revision=5507
Diffstat (limited to 'security/pgp5')
-rw-r--r--security/pgp5/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/security/pgp5/Makefile b/security/pgp5/Makefile
index d0cbab87ab19..7f6d36ca9bf9 100644
--- a/security/pgp5/Makefile
+++ b/security/pgp5/Makefile
@@ -5,7 +5,7 @@
# Date created: 8 Jul 1995
# Whom: ache
#
-# $Id: Makefile,v 1.17 1996/11/17 07:58:03 obrien Exp $
+# $Id: Makefile,v 1.18 1996/11/18 14:13:26 asami Exp $
#
# Pick an initial default, else it doesn't get set in the INDEX.
@@ -48,11 +48,13 @@ pre-fetch:
.if ${USA_RESIDENT} == YES
DISTNAME= pgp262s
PKGNAME= pgp-2.6.2
-MASTER_SITES= ftp://sable.ox.ac.uk/pub/crypto/pgp/unix/
+MASTER_SITES= ftp://utopia.hacktic.nl/pub/replay/pub/pgp/unix/ \
+ ftp://sable.ox.ac.uk/pub/crypto/pgp/unix/
EXTRACT_SUFX= .zip
WRKSRC= ${WRKDIR}/src
BUILD_DEPENDS+= gmake:${PORTSDIR}/devel/gmake
BUILD_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip
+LIB_DEPENDS+= rsaref\\.2\\.0:${PORTSDIR}/security/rsaref
EXTRACT_CMD= unzip
EXTRACT_ARGS= -q
FILESDIR= ${.CURDIR}/files.usa
@@ -60,16 +62,13 @@ PATCHDIR= ${.CURDIR}/patches.usa
post-extract:
cd ${WRKDIR}; $(EXTRACT_CMD) $(EXTRACT_ARGS) -aa $(DISTNAME)i
- cd ${WRKDIR}; $(EXTRACT_CMD) $(EXTRACT_ARGS) -aa rsaref
cd ${WRKDIR}; rm -f *.zip
-pre-build:
- cd ${WRKDIR}/rsaref/install/unix; ${GMAKE}
.else
DISTNAME= pgp263is
PKGNAME= pgp-2.6.3ia
MASTER_SITES= ftp://ftp.ifi.uio.no/pub/pgp/src/ \
- ftp://ftp.kiae.su/unix/crypto/pgp/
+ ftp://ftp.relcom.ru/unix/crypto/pgp/
WRKSRC= ${WRKDIR}/src
FILESDIR= ${.CURDIR}/files.non_usa
PATCHDIR= ${.CURDIR}/patches.non_usa