summaryrefslogtreecommitdiffstats
path: root/security/pgp5
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-02-02 21:45:31 +0000
committerache <ache@FreeBSD.org>1997-02-02 21:45:31 +0000
commitf6c84b92177bff9f042307f8fcc9e2c0591390b0 (patch)
tree1a5d4cad1a7012588d7dbf8107ea63fcbfdedb40 /security/pgp5
parentab7a795d3160a799df05ab1eac06699c9fa206aa (diff)
downloadFreeBSD-ports-f6c84b92177bff9f042307f8fcc9e2c0591390b0.zip
FreeBSD-ports-f6c84b92177bff9f042307f8fcc9e2c0591390b0.tar.gz
Use rsaref from ports for USA
Add more mirrors
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 d0cbab8..7f6d36c 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
OpenPOWER on IntegriCloud