freebsd-ports/security/pgp/Makefile
Bernard Spil 40ebf5e978 security/pgp: Only GnuPG 1.x supports non-OpenPGP
- Make DEPRECATED message not a personal statement [1]
  - Only GnuPG 1.x supports pre-OpenPGP algoritms [2]

Reported by:	mat [1], cy [2]
2017-02-07 08:33:19 +00:00

40 lines
1.2 KiB
Makefile

# Created by: ache
# $FreeBSD$
PORTNAME= pgp
PORTVERSION= 2.6.3i
PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= PACKETSTORM/crypt/pgp/V5.0
DISTNAME= pgp263is
MAINTAINER= ports@FreeBSD.org
COMMENT= PGP International version - Public-Key encryption for the masses
ONLY_FOR_ARCHS= i386 amd64 sparc64
BROKEN_amd64= unable to validate signatures
DEPRECATED= This software was last updated in 1996, use security/gnupg1 as a\
drop-in replacement with legacy PGP support.
EXPIRATION_DATE= 2017-04-01
WRKSRC= ${WRKDIR}/src
MAKEFILE= makefile
ALL_TARGET= freebsd-${ARCH:S/x86_64/amd64/}
MAKE_ENV= OS_CFLAGS="${CFLAGS}"
PGPLIB= ${STAGEDIR}${PREFIX}/share/pgp
post-extract:
cd ${WRKDIR}; ${TAR} -xf pgp263ii.tar; \
${RM} pgp263ii.tar
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pgp ${STAGEDIR}${PREFIX}/bin/
${INSTALL_MAN} ${WRKSRC}/../doc/pgp.1 ${STAGEDIR}${PREFIX}/man/man1/
-${MKDIR} ${PGPLIB}
cd ${WRKSRC}/.. && \
${INSTALL_DATA} pgp.hlp doc/pgpdoc1.txt doc/pgpdoc2.txt ${PGPLIB}/
${INSTALL_DATA} ${WRKSRC}/../language.txt ${PGPLIB}/language.txt.sample
${INSTALL_DATA} ${WRKSRC}/../config.txt ${PGPLIB}/config.txt.sample
${INSTALL_MAN} ${STAGEDIR}${PREFIX}/man/man1/pgp.1 ${STAGEDIR}${PREFIX}/man/man1/pgp2.1
.include <bsd.port.mk>