1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/security/pgp6/Makefile
Marc G. Fournier 67c332f104 Add Y2K link...
1999-01-15 14:23:31 +00:00

31 lines
807 B
Makefile

# New ports collection makefile for: pgp5
# Version required: International PGP 5.0
# International PGP homepage is http://www.ifi.uio.no/pgp/
#
# Date created: 10 Feb 1998
# Whom: markm
#
# $Id: Makefile,v 1.24 1999/01/03 13:21:56 markm Exp $
#
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
Y2K= http://www.pgpi.com/faq/pgpi.shtml#Year2000
WRKSRC= ${WRKDIR}/${DISTNAME}/src
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
RESTRICTED= "Crypto"
MAN1= pgp.1 pgpe.1 pgpk.1 pgps.1 pgpv.1
MAN5= pgp.cfg.5
MAN7= pgp-integration.7 pgp-intro.7
.include <bsd.port.mk>