openbsd-ports/security/pgp5/Makefile

47 lines
1.4 KiB
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.31 2004/02/25 13:59:07 naddy Exp $
COMMENT= "Pretty Good Privacy 5.0i (world wide use)"
1999-02-05 00:05:19 -05:00
DISTNAME= pgp50i-unix-src
PKGNAME= pgp-5.0i
CATEGORIES= security
MASTER_SITES= ftp://ftp.no.pgpi.com/pub/pgp/5.0/unix/ \
ftp://ftp.at.pgpi.com/pub/pgpi/5.0/unix/ \
ftp://ftp.cz.pgpi.com/pub/pgpi/5.0/unix/ \
ftp://ftp.dk.pgpi.com/pub/pgpi/5.0/unix/ \
ftp://ftp.fi.pgpi.com/pub/pgpi/5.0/unix/ \
ftp://ftp.de.pgpi.com/pub/pgpi/5.0/unix/ \
ftp://ftp.jp.pgpi.com/pub/pgpi/5.0/unix/ \
ftp://ftp.kr.pgpi.com/pub/security/pgp/5.0/unix/ \
ftp://ftp.nl.pgpi.com/pub/pgp/5.0/unix/ \
ftp://ftp.pl.pgpi.com/pub/pgpi/5.0/unix/ \
ftp://ftp.ru.pgpi.com/pub/pgp/5.0/unix/ \
ftp://ftp.es.pgpi.com/pub/pgp/5.0/unix/ \
ftp://ftp.se.pgpi.com/pub/pgp/5.0/unix/ \
ftp://ftp.ch.pgpi.com/pub/pgp/5.0/unix/
2000-10-16 09:30:30 -04:00
MAINTAINER= Federico Schwindt <fgsch@openbsd.org>
HOMEPAGE= http://www.pgpi.com
2000-04-18 05:48:00 -04:00
PERMIT_PACKAGE_CDROM= "no commercial use"
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= "no commercial use"
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= gnu
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC} ${WRKSRC}/config
WRKDIST= ${WRKDIR}/pgp50i/src
1999-02-05 00:05:19 -05:00
post-patch:
@mv ${WRKSRC}/man/pgp.1 ${WRKSRC}/man/pgp5.1
1999-02-05 00:05:19 -05:00
post-install:
2000-07-25 06:13:39 -04:00
@strip ${PREFIX}/bin/pgp5
@strip ${PREFIX}/bin/pgpk
${INSTALL_DATA_DIR} ${PREFIX}/lib/pgp5
${INSTALL_DATA} ${WRKSRC}/language50.txt ${PREFIX}/lib/pgp5
1999-02-05 00:05:19 -05:00
.include <bsd.port.mk>