# New ports collection makefile for: pgpgpg # Date created: 16 December 1999 # Whom: Matt Behrens # # $FreeBSD$ # PORTNAME= pgpgpg PORTVERSION= 0.13 CATEGORIES= security MASTER_SITES= http://www.nessie.de/mroth/pgpgpg/ \ ftp://ftp.gnupg.org/pub/gcrypt/pgpgpg/ MAINTAINER= matt@zigg.com # BUILD_DEPENDS is necessary because the configure script will bomb out # if it can't find gpg. RUN_DEPENDS is necessary to make the package # dependency register correctly. Hence the apparent redundancy. BUILD_DEPENDS= ${PREFIX}/bin/gpg:${PORTSDIR}/security/gnupg RUN_DEPENDS= ${PREFIX}/bin/gpg:${PORTSDIR}/security/gnupg GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gpg-path=${PREFIX}/bin/gpg .include />
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - MAN3PREFIX is implied when PERL_CONFIGURE is defined.clsung2006-06-261-1/+0
| | | | | | | | | - this commit modified ports maintained by (non-)ports@, so approved by portmgr (erwin) first. PR: ports/98755 Submitted by: rafan Approved by: portmgr (erwin)
* SHA256ifyedwin2006-01-241-0/+1
| | | | Approved by: krion@
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-3/+3
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Add size data, approved by maintainers.trevor2004-03-191-0/+1
|
* utilize SITE_PERLijliao2003-10-242-12/+12
| | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* Clear moonlight beckons.ade2003-03-07