freebsd-ports/security/pgp5/Makefile
Mark Murray 6d329d3f44 PGP v5.0i (international version). I cannot get the USA code, so if
you NA.Citizens want to make a USA version, please go ahead and frob this
port. :-)
1998-02-16 15:39:51 +00:00

28 lines
705 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$
#
DISTNAME= pgp50i
PKGNAME= pgp-5.0i
CATEGORIES= security
MASTER_SITES= ftp://ftp.ifi.uio.no/pub/pgp/5.0/international/unix/ \
ftp.doc.ic.ac.uk/pub/Mirrors/ftp.ifi.uio.no/pub/pgp/5.0/international/unix/
EXTRACT_SUFX= -unix-src.tar.gz
MAINTAINER= markm@FreeBSD.ORG
WRKSRC= ${WRKDIR}/${DISTNAME}/src
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
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>