aboutsummaryrefslogtreecommitdiff
path: root/security/pgp6/Makefile
blob: bc853741b9c1c9bbe4f40b8096ff8e22d5a81fc7 (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
32
33
34
35
36
# New ports collection makefile for:	pgp6
# Date created:				25 Jan 2000
# Whom:					mike@fate.com
#
# $FreeBSD$
#

PORTNAME=	pgp
PORTVERSION=	6.5.1i
CATEGORIES=	security
MASTER_SITES=	ftp://ftp.no.pgpi.org/pub/pgp/6.5/6.5.1i/unix/ \
		ftp://ftp.fi.pgpi.org/pub/pgp/6.5/6.5.1i/unix/ \
		ftp://ftp.se.pgpi.org/pub/pgp/6.5/6.5.1i/unix/ \
		ftp://ftp.de.pgpi.org/pub/pgp/6.5/6.5.1i/unix/ \
		ftp://ftp.dk.pgpi.org/pub/pgp/6.5/6.5.1i/unix/ \
		ftp://ftp.nl.pgpi.org/pub/pgp/6.5/6.5.1i/unix/ \
		ftp://ftp.ch.pgpi.org/pub/pgp/6.5/6.5.1i/unix/ \
		ftp://ftp.ru.pgpi.org/pub/pgp/6.5/6.5.1i/unix/
EXTRACT_SUFX=	-beta2.tar.gz

MAINTAINER=	mike@fate.com

WRKSRC=		${WRKDIR}/${DISTNAME}
USE_GMAKE=	yes

RESTRICTED=	"Crypto"

MAN1=		pgp.1

do-install:
	cd ${WRKSRC}/clients/pgp/cmdline ; ${GMAKE} install

post-extract:
	${CP} ${FILESDIR}/build.Makefile ${WRKDIR}/${PKGNAME}/Makefile

.include <bsd.port.mk>