summaryrefslogtreecommitdiff
path: root/security/pgp5/Makefile
blob: e9b0c0c9d179b9fa40a93876b58a2f72550663b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# 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.26 1999/03/11 21:47:15 scrappy 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
WWW_SITE=	http://www.pgpi.com

WRKSRC=		${WRKDIR}/${DISTNAME}/src
HAS_CONFIGURE=	yes
CONFIGURE_ARGS= --prefix=${PREFIX}
RESTRICTED=     "Crypto"
MAN1=		pgp5.1 pgpe.1 pgpk.1 pgps.1 pgpv.1
MAN5=		pgp.cfg.5
MAN7=		pgp-integration.7 pgp-intro.7

.include <bsd.port.mk>