diff options
author | ache <ache@FreeBSD.org> | 1995-09-15 21:10:18 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-09-15 21:10:18 +0000 |
commit | 64e89284349eb5dd5d7fcb6dff436e1081de0fae (patch) | |
tree | be959def81934a8b481bd8d379d26652fbc2a3e2 /security/pgp | |
parent | ef7266ee281b349c9fcfc4c9378999701411846d (diff) | |
download | FreeBSD-ports-64e89284349eb5dd5d7fcb6dff436e1081de0fae.zip FreeBSD-ports-64e89284349eb5dd5d7fcb6dff436e1081de0fae.tar.gz |
Upgrade international version to 2.6.3i
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 524435e..096a7d1 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 |