8f1a0a267f
6 Sep 2000 (when RSA Security Inc. placed its public key encryption algorithm into the public domain). Remove configure patch that added the no-longer-needed --with-rsaref option
47 lines
1.4 KiB
Makefile
47 lines
1.4 KiB
Makefile
# $OpenBSD: Makefile,v 1.22 2000/09/06 18:14:04 marc Exp $
|
|
|
|
DISTNAME= pgp50i-unix-src
|
|
PKGNAME= pgp-5.0i
|
|
CATEGORIES= security
|
|
NEED_VERSION= 1.311
|
|
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/
|
|
|
|
MAINTAINER= fgsch@openbsd.org
|
|
|
|
PERMIT_PACKAGE_CDROM= "no commercial use"
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= "no commercial use"
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= autoconf
|
|
CONFIGURE_ENV= LOCALBASE="${LOCALBASE}"
|
|
|
|
WRKDIST= ${WRKDIR}/pgp50i/src
|
|
|
|
post-patch:
|
|
@mv ${WRKSRC}/man/pgp.1 ${WRKSRC}/man/pgp5.1
|
|
|
|
post-configure:
|
|
@find ${WRKSRC} -name Makefile | xargs perl -pi.bak -e 's,MFLAGS,AM_MAKEFLAGS,'
|
|
|
|
post-install:
|
|
@strip ${PREFIX}/bin/pgp5
|
|
@strip ${PREFIX}/bin/pgpk
|
|
${INSTALL_DATA_DIR} ${PREFIX}/lib/pgp5
|
|
${INSTALL_DATA} ${WRKSRC}/language50.txt ${PREFIX}/lib/pgp5
|
|
|
|
.include <bsd.port.mk>
|