freebsd-ports/security/pgp5/Makefile

31 lines
765 B
Makefile
Raw Normal View History

# New ports collection makefile for: pgp5
# Version required: International PGP 5.0
1996-05-26 20:53:55 -04:00
# International PGP homepage is http://www.ifi.uio.no/pgp/
#
# Date created: 10 Feb 1998
# Whom: markm
1995-07-07 19:50:10 -04:00
#
1999-08-30 21:53:22 -04:00
# $FreeBSD$
1995-07-07 19:50:10 -04:00
#
DISTNAME= pgp50i
PKGNAME= pgp-5.0i
CATEGORIES= security
MASTER_SITES= ftp://ftp.ifi.uio.no/pub/pgp/5.0/unix/ \
ftp://ftp.doc.ic.ac.uk/pub/Mirrors/ftp.ifi.uio.no/pub/pgp/5.0/unix/
EXTRACT_SUFX= -unix-src.tar.gz
MAINTAINER= markm@FreeBSD.org
1999-01-15 09:23:31 -05:00
Y2K= http://www.pgpi.com/faq/pgpi.shtml#Year2000
WRKSRC= ${WRKDIR}/${DISTNAME}/src
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
1999-01-03 08:21:56 -05:00
RESTRICTED= "Crypto"
MAN1= pgp5.1 pgpe.1 pgpk.1 pgps.1 pgpv.1
MAN5= pgp.cfg.5
MAN7= pgp-integration.7 pgp-intro.7
1995-07-07 19:50:10 -04:00
.include <bsd.port.mk>