2013-09-21 00:55:24 +02:00
|
|
|
# Created by: Matt Behrens <matt@zigg.com>
|
1999-12-27 02:58:13 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2000-04-09 20:34:06 +02:00
|
|
|
PORTNAME= pgpgpg
|
|
|
|
PORTVERSION= 0.13
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 4
|
1999-12-27 02:58:13 +01:00
|
|
|
CATEGORIES= security
|
2004-05-25 20:48:23 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PACKETSTORM} \
|
|
|
|
ftp://ftp.gnupg.org/gcrypt/historic/ \
|
|
|
|
http://www.nessie.de/mroth/pgpgpg/
|
|
|
|
MASTER_SITE_SUBDIR= crypt/pgpgpg
|
1999-12-27 02:58:13 +01:00
|
|
|
|
2004-03-18 17:50:35 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= Wrapper for GnuPG to simulate PGP 2.6.x
|
1999-12-27 02:58:13 +01:00
|
|
|
|
|
|
|
# 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.
|
|
|
|
|
2006-12-22 03:51:16 +01:00
|
|
|
BUILD_DEPENDS= ${PREFIX}/bin/gpgv:${PORTSDIR}/security/gnupg1
|
|
|
|
RUN_DEPENDS= ${PREFIX}/bin/gpgv:${PORTSDIR}/security/gnupg1
|
1999-12-27 02:58:13 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --with-gpg-path=${PREFIX}/bin/gpg
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/pgpgpg
|
1999-12-27 02:58:13 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|