1995-07-07 23:50:10 +00:00
|
|
|
# New ports collection makefile for: pgp
|
1996-05-27 00:53:55 +00:00
|
|
|
# Version required: MIT 2.6.2 / International 2.6.3ia
|
|
|
|
# International PGP homepage is http://www.ifi.uio.no/pgp/
|
|
|
|
#
|
1995-07-07 23:50:10 +00:00
|
|
|
# Date created: 8 Jul 1995
|
|
|
|
# Whom: ache
|
|
|
|
#
|
1999-08-31 01:53:22 +00:00
|
|
|
# $FreeBSD$
|
1995-07-07 23:50:10 +00:00
|
|
|
#
|
|
|
|
|
1995-10-07 00:08:39 +00:00
|
|
|
# Pick an initial default, else it doesn't get set in the INDEX.
|
|
|
|
DISTNAME= pgp262s
|
1996-11-17 07:58:10 +00:00
|
|
|
CATEGORIES= security
|
1995-10-07 00:08:39 +00:00
|
|
|
|
1999-08-31 06:53:31 +00:00
|
|
|
MAINTAINER= ache@FreeBSD.org
|
1996-10-16 08:13:48 +00:00
|
|
|
|
1996-11-18 14:17:24 +00:00
|
|
|
# Need to define USA_RESIDENT to YES or NO
|
|
|
|
IS_INTERACTIVE= YES
|
|
|
|
RESTRICTED= "Crypto"
|
1995-09-15 21:10:18 +00:00
|
|
|
MAKEFILE= makefile
|
1995-07-07 23:50:10 +00:00
|
|
|
ALL_TARGET= freebsd
|
|
|
|
PGPLIB= ${PREFIX}/lib/pgp
|
1996-11-18 14:17:24 +00:00
|
|
|
MAN1= pgp.1
|
1995-07-07 23:50:10 +00:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
cd ${WRKSRC}; install -c -o bin -g bin -m 555 pgp ${PREFIX}/bin
|
1996-01-04 04:35:17 +00:00
|
|
|
cd ${WRKSRC}/../doc; \
|
1995-07-07 23:50:10 +00:00
|
|
|
install -c -o bin -g bin -m 444 pgp.1 ${PREFIX}/man/man1
|
1999-08-22 23:33:47 +00:00
|
|
|
-${MKDIR} ${PGPLIB}
|
1999-08-22 19:01:07 +00:00
|
|
|
${CHMOD} 555 ${PGPLIB}
|
1996-01-04 04:35:17 +00:00
|
|
|
cd ${WRKSRC}/..; \
|
1995-07-07 23:50:10 +00:00
|
|
|
install -c -o bin -g bin -m 444 pgp.hlp \
|
|
|
|
doc/pgpdoc1.txt doc/pgpdoc2.txt ${PGPLIB}; \
|
|
|
|
[ -f ${PGPLIB}/language.txt ] || \
|
|
|
|
install -c -o bin -g bin -m 444 language.txt ${PGPLIB}; \
|
|
|
|
[ -f ${PGPLIB}/config.txt ] || \
|
|
|
|
install -c -o bin -g bin -m 444 config.txt ${PGPLIB}
|
|
|
|
-${PREFIX}/bin/pgp > /dev/null 2>&1 # update .idx file
|
|
|
|
|
|
|
|
.if !defined(USA_RESIDENT) || ${USA_RESIDENT} != YES && ${USA_RESIDENT} != NO
|
1995-09-28 14:57:24 +00:00
|
|
|
pre-fetch:
|
1999-08-27 22:30:39 +00:00
|
|
|
@${ECHO_MSG}
|
|
|
|
@${ECHO_MSG} You must set variable USA_RESIDENT to YES, if you are USA resident
|
|
|
|
@${ECHO_MSG} or to NO, if you aren\'t USA resident to build this package
|
1999-08-23 04:23:59 +00:00
|
|
|
@${FALSE}
|
1995-07-07 23:50:10 +00:00
|
|
|
.elif defined(USA_RESIDENT)
|
|
|
|
.if ${USA_RESIDENT} == YES
|
|
|
|
DISTNAME= pgp262s
|
|
|
|
PKGNAME= pgp-2.6.2
|
1997-02-02 21:45:31 +00:00
|
|
|
MASTER_SITES= ftp://utopia.hacktic.nl/pub/replay/pub/pgp/unix/ \
|
|
|
|
ftp://sable.ox.ac.uk/pub/crypto/pgp/unix/
|
1996-01-04 04:35:17 +00:00
|
|
|
WRKSRC= ${WRKDIR}/src
|
1995-09-23 17:26:19 +00:00
|
|
|
BUILD_DEPENDS+= gmake:${PORTSDIR}/devel/gmake
|
1998-09-25 10:20:21 +00:00
|
|
|
LIB_DEPENDS+= rsaref.2:${PORTSDIR}/security/rsaref
|
1999-05-07 03:26:25 +00:00
|
|
|
USE_ZIP= yes
|
1995-07-07 23:50:10 +00:00
|
|
|
FILESDIR= ${.CURDIR}/files.usa
|
|
|
|
PATCHDIR= ${.CURDIR}/patches.usa
|
|
|
|
|
|
|
|
post-extract:
|
1999-02-03 11:12:01 +00:00
|
|
|
cd ${WRKDIR}; $(EXTRACT_CMD) $(EXTRACT_BEFORE_ARGS) -aa $(DISTNAME)i \
|
|
|
|
$(EXTRACT_AFTER_ARGS)
|
1999-08-28 02:42:41 +00:00
|
|
|
cd ${WRKDIR}; ${RM} -f *.zip
|
1995-07-07 23:50:10 +00:00
|
|
|
|
|
|
|
.else
|
1996-01-18 22:48:41 +00:00
|
|
|
DISTNAME= pgp263is
|
1996-05-27 00:53:55 +00:00
|
|
|
PKGNAME= pgp-2.6.3ia
|
1997-08-27 13:06:01 +00:00
|
|
|
MASTER_SITES= ftp://ftp.ifi.uio.no/pub/pgp/2.x/src/ \
|
|
|
|
ftp://ftp.kiarchive.ru/pub/unix/crypto/pgp/
|
1996-01-18 22:48:41 +00:00
|
|
|
WRKSRC= ${WRKDIR}/src
|
1995-07-07 23:50:10 +00:00
|
|
|
FILESDIR= ${.CURDIR}/files.non_usa
|
1995-09-28 14:57:24 +00:00
|
|
|
PATCHDIR= ${.CURDIR}/patches.non_usa
|
1995-07-07 23:50:10 +00:00
|
|
|
|
1996-01-18 22:48:41 +00:00
|
|
|
post-extract:
|
1999-02-07 06:29:53 +00:00
|
|
|
cd ${WRKDIR}; $(TAR) -xf pgp263ii.tar; \
|
1999-08-28 02:42:41 +00:00
|
|
|
${RM} -f pgp263ii.tar
|
1996-01-18 22:48:41 +00:00
|
|
|
|
1995-07-07 23:50:10 +00:00
|
|
|
.endif
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|