diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-09-15 21:10:18 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-09-15 21:10:18 +0000 |
commit | 0d5ccb958772d7976de9666b2c0a2ffa737aefcb (patch) | |
tree | de0d0ab86208e7538f58864f049390fa3d4c7dde /security/pgp | |
parent | a8da8f2c0d3adead79ca2d1df4ff38e8219a0b3b (diff) | |
download | ports-0d5ccb958772d7976de9666b2c0a2ffa737aefcb.tar.gz ports-0d5ccb958772d7976de9666b2c0a2ffa737aefcb.zip |
Notes
Diffstat (limited to 'security/pgp')
-rw-r--r-- | security/pgp/Makefile | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/security/pgp/Makefile b/security/pgp/Makefile index 524435ec4838..096a7d126cd6 100644 --- a/security/pgp/Makefile +++ b/security/pgp/Makefile @@ -1,18 +1,18 @@ # New ports collection makefile for: pgp -# Version required: MIT 2.6.2 / International 2.6.2i -# PGP 2.6.2i homepage is http://www.ifi.uio.no/~staalesc/PGP/home.html +# Version required: MIT 2.6.2 / International 2.6.3i +# PGP 2.6.3i homepage is http://www.ifi.uio.no/~staalesc/PGP/home.html # Date created: 8 Jul 1995 # Whom: ache # -# $Id: Makefile,v 1.3 1995/07/08 00:28:30 ache Exp $ +# $Id: Makefile,v 1.4 1995/07/13 01:15:30 asami Exp $ # CATEGORIES+= security MAINTAINER= ache@FreeBSD.ORG WRKSRC= ${WRKDIR}/src -MAKEFILE= makefile NO_PACKAGE= YES +MAKEFILE= makefile ALL_TARGET= freebsd PGPLIB= ${PREFIX}/lib/pgp # Need to define USA_RESIDENT to YES or NO @@ -61,15 +61,19 @@ post-extract: pre-build: cd ${WRKDIR}/rsaref/install/unix; ${GMAKE} .else -DISTNAME= pgp262is -PKGNAME= pgp-2.6.2i -MASTER_SITES= ftp://sable.ox.ac.uk/pub/crypto/pgp/unix/ \ +DISTNAME= pgp263i-dev +PKGNAME= pgp-2.6.3i +MASTER_SITES= ftp://ftp.ifi.uio.no/pub/pgp/incoming/ \ ftp://ftp.kiae.su/unix/crypto/pgp/ +EXTRACT_SUFX= .zip +EXEC_DEPENDS= unzip:${PORTSDIR}/archivers/unzip +EXTRACT_CMD= unzip +EXTRACT_ARGS= -qa FILESDIR= ${.CURDIR}/files.non_usa -PATCHDIR= ${.CURDIR}/patches.non_usa -post-extract: - cd ${WRKDIR}; tar xf pgp262ii.tar; rm -f *.tar +pre-configure: + cd ${WRKSRC}; cp makefile.unx makefile + .endif .endif |