1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/security/pgp6/Makefile

37 lines
909 B
Makefile
Raw Normal View History

# New ports collection makefile for: pgp6
# Date created: 25 Jan 2000
# Whom: mike@fate.com
1995-07-07 23:50:10 +00:00
#
1999-08-31 01:53:22 +00:00
# $FreeBSD$
1995-07-07 23:50:10 +00:00
#
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
1999-01-15 14:23:31 +00:00
RESTRICTED= "Crypto"
MAN1= pgp.1
do-install:
cd ${WRKSRC}/clients/pgp/cmdline ; ${GMAKE} install
post-extract:
${CP} ${FILESDIR}/build.Makefile ${WRKDIR}/${PKGNAME}/Makefile
1995-07-07 23:50:10 +00:00
.include <bsd.port.mk>