2000-04-09 13:35:57 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.13 2000/04/09 17:38:07 espie Exp $
|
1999-02-05 00:05:19 -05:00
|
|
|
|
|
|
|
DISTNAME= pgp50i-unix-src
|
|
|
|
PKGNAME= pgp-5.0i
|
|
|
|
CATEGORIES= security
|
2000-03-24 18:28:01 -05:00
|
|
|
NEED_VERSION= 1.230
|
2000-04-09 13:35:57 -04:00
|
|
|
FAKE=No
|
1999-02-05 00:05:19 -05:00
|
|
|
MASTER_SITES= ftp://ftp.no.pgpi.com/pub/pgp/5.0/unix/ \
|
|
|
|
ftp://ftp.at.pgpi.com/pub/pgpi/5.0/unix/ \
|
|
|
|
ftp://ftp.cz.pgpi.com/pub/pgpi/5.0/unix/ \
|
|
|
|
ftp://ftp.dk.pgpi.com/pub/pgpi/5.0/unix/ \
|
|
|
|
ftp://ftp.fi.pgpi.com/pub/pgpi/5.0/unix/ \
|
|
|
|
ftp://ftp.de.pgpi.com/pub/pgpi/5.0/unix/ \
|
|
|
|
ftp://ftp.jp.pgpi.com/pub/pgpi/5.0/unix/ \
|
|
|
|
ftp://ftp.kr.pgpi.com/pub/security/pgp/5.0/unix/ \
|
|
|
|
ftp://ftp.nl.pgpi.com/pub/pgp/5.0/unix/ \
|
|
|
|
ftp://ftp.pl.pgpi.com/pub/pgpi/5.0/unix/ \
|
|
|
|
ftp://ftp.ru.pgpi.com/pub/pgp/5.0/unix/ \
|
|
|
|
ftp://ftp.es.pgpi.com/pub/pgp/5.0/unix/ \
|
|
|
|
ftp://ftp.se.pgpi.com/pub/pgp/5.0/unix/ \
|
|
|
|
ftp://ftp.ch.pgpi.com/pub/pgp/5.0/unix/
|
1999-11-23 22:33:55 -05:00
|
|
|
|
|
|
|
NO_CDROM= "CRYPTO: Third party crypto not allowed."
|
|
|
|
RESTRICTED= "Crypto; export-controlled"
|
|
|
|
|
|
|
|
MAINTAINER= fgsch@openbsd.org
|
|
|
|
|
2000-03-05 13:30:21 -05:00
|
|
|
USE_AUTOCONF= Yes
|
1999-12-13 00:56:17 -05:00
|
|
|
CONFIGURE_ENV= LOCALBASE="${LOCALBASE}"
|
|
|
|
|
|
|
|
.if defined(USA_RESIDENT) && ${USA_RESIDENT:U} == YES
|
2000-03-24 18:28:01 -05:00
|
|
|
LIB_DEPENDS= rsaref.2::security/rsaref
|
1999-12-13 00:56:17 -05:00
|
|
|
CONFIGURE_ARGS= --with-rsaref
|
|
|
|
.endif
|
1999-02-05 00:05:19 -05:00
|
|
|
|
2000-02-10 19:37:15 -05:00
|
|
|
WRKDIST= ${WRKDIR}/pgp50i/src
|
1999-02-05 00:05:19 -05:00
|
|
|
|
|
|
|
pre-fetch:
|
1999-11-23 22:33:55 -05:00
|
|
|
.if !defined(NO_WARNINGS)
|
|
|
|
.if !defined(USA_RESIDENT) || ${USA_RESIDENT:U} != YES && ${USA_RESIDENT:U} != NO
|
1999-12-08 22:50:57 -05:00
|
|
|
@echo ""
|
|
|
|
@echo "The variable USA_RESIDENT must be set to either YES or NO"
|
|
|
|
@echo "in order to build this package. USA residents that are"
|
|
|
|
@echo "not licensees of the RSA algorithm MUST set this variable"
|
|
|
|
@echo "to YES. Users outside the USA MUST set this variable to"
|
|
|
|
@echo "NO. Licensees may choose -- NO is faster."
|
|
|
|
@echo ""
|
|
|
|
@echo "RSAREF2 will be automatically obtained and used to generate"
|
|
|
|
@echo "this program when given the command \"make USA_RESIDENT=YES\""
|
|
|
|
@false
|
1999-02-05 00:05:19 -05:00
|
|
|
.endif
|
|
|
|
.endif
|
|
|
|
|
|
|
|
post-patch:
|
1999-12-08 22:50:57 -05:00
|
|
|
@mv ${WRKSRC}/man/pgp.1 ${WRKSRC}/man/pgp5.1
|
1999-02-05 00:05:19 -05:00
|
|
|
|
|
|
|
pre-install:
|
1999-12-21 13:52:57 -05:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/lib/pgp5
|
1999-12-08 22:50:57 -05:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/language50.txt ${PREFIX}/lib/pgp5
|
1999-02-05 00:05:19 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|