freebsd-ports/security/pgpin/Makefile
2001-06-24 04:28:57 +00:00

50 lines
1.4 KiB
Makefile

# New ports collection makefile for: pgpin
# Date created: 23 Mar 2001
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
#
PORTNAME= pgpin
PORTVERSION= 010322
CATEGORIES= security
MASTER_SITES= ftp://ftp.fu-berlin.de/doc/IN/IN-CA/pgp/pgp263in/
DISTNAME= pgp263in010322
EXTRACT_SUFX= .tgz
MAINTAINER= dinoex@FreeBSD.org
WRKSRC= ${WRKDIR}/pgp263in/src
MAKEFILE= makefile
ALL_TARGET= freebsd-${MACHINE_ARCH} OS_CFLAGS="${CFLAGS}"
PGPLIB= ${PREFIX}/lib/pgpin
MAN1= pgpin.1
do-install:
cd ${WRKSRC}; ${INSTALL_PROGRAM} -c -o bin -g bin -m 555 \
pgp ${PREFIX}/bin/pgpin
cd ${WRKSRC}/../doc; \
${INSTALL_MAN} -c -o bin -g bin -m 444 \
pgp.1 ${PREFIX}/man/man1/pgpin.1
-${MKDIR} ${PGPLIB}
${CHMOD} 555 ${PGPLIB}
${INSTALL_DATA} -c -o bin -g bin -m 444 \
${FILESDIR}/CHANGES ${PGPLIB}
cd ${WRKSRC}/..; \
${INSTALL_DATA} -c -o bin -g bin -m 444 \
pgp.hlp doc/pgpdoc1.txt doc/pgpdoc2.txt ${PGPLIB}; \
${INSTALL_DATA} -c -o bin -g bin -m 444 \
language.txt ${PGPLIB}/language.txt-dist; \
[ -f ${PGPLIB}/language.txt ] || \
${INSTALL_DATA} -c -o bin -g bin -m 444 \
language.txt ${PGPLIB}; \
${INSTALL_DATA} -c -o bin -g bin -m 444 \
config.txt ${PGPLIB}/config.txt-dist; \
[ -f ${PGPLIB}/config.txt ] || \
${INSTALL_DATA} -c -o bin -g bin -m 444 \
config.txt ${PGPLIB}
-${PREFIX}/bin/pgpin > /dev/null 2>&1 # update .idx file
.include <bsd.port.mk>