forked from Lainports/freebsd-ports
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
28 lines
863 B
Makefile
28 lines
863 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pgpin
|
|
PORTVERSION= 010323
|
|
CATEGORIES= security
|
|
MASTER_SITES= LOCAL/dinoex
|
|
DISTNAME= pgp263in${PORTVERSION}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
COMMENT= PGP International version - improved for use in IN-CA
|
|
|
|
WRKSRC= ${WRKDIR}/pgp263in/src
|
|
MAKEFILE= makefile
|
|
ALL_TARGET= freebsd-${ARCH} OS_CFLAGS="${CFLAGS}"
|
|
PGPLIB= ${STAGEDIR}${PREFIX}/lib/pgpin
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/pgp ${STAGEDIR}${PREFIX}/bin/pgpin
|
|
${INSTALL_MAN} ${WRKSRC}/../doc/pgp.1 ${STAGEDIR}${PREFIX}/man/man1/pgpin.1
|
|
-${MKDIR} ${PGPLIB}
|
|
${INSTALL_DATA} ${FILESDIR}/CHANGES ${PGPLIB}/
|
|
cd ${WRKSRC}/.. && \
|
|
${INSTALL_DATA} pgp.hlp doc/pgpdoc1.txt doc/pgpdoc2.txt ${PGPLIB}/
|
|
${INSTALL_DATA} ${WRKSRC}/../language.txt ${PGPLIB}/language.txt-dist
|
|
${INSTALL_DATA} ${WRKSRC}/../config.txt ${PGPLIB}/config.txt-dist
|
|
|
|
.include <bsd.port.mk>
|