freebsd-ports/security/pgpin/Makefile
Dirk Meyer cb9a0ddd38 PGP (Pretty Good Privacy) is a public key encryption pack-
age to protect E-mail and data files.  It lets you  commu-
nicate  securely  with  people  you've  never met, with no
secure channels needed for prior exchange of  keys.   It's
well featured and fast, with sophisticated key management,
digital signatures, data compression, and  good  ergonomic
design.

Contributors:
  Matthias Bruestle for the myetsid feature.
  Lutz Donnerhacke for the pgp2.6.3in development.
  Ingmar Camphausen, Thomas Roessler, a.o. for extensive testing.

WWW: http://www.in-ca.individual.net/
FTP: ftp://ftp.fu-berlin.de/doc/IN/IN-CA/pgp/pgp263in/files/pgp263in.changes
2001-03-31 11:36:43 +00:00

49 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= dirk.meyer@dinoex.sub.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>