freebsd-ports/security/pgpgpg/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

26 lines
752 B
Makefile

# Created by: Matt Behrens <matt@zigg.com>
# $FreeBSD$
PORTNAME= pgpgpg
PORTVERSION= 0.13
PORTREVISION= 4
CATEGORIES= security
MASTER_SITES= PACKETSTORM/crypt/pgpgpg \
ftp://ftp.gnupg.org/gcrypt/historic/ \
http://www.nessie.de/mroth/pgpgpg/
MAINTAINER= ports@FreeBSD.org
COMMENT= Wrapper for GnuPG to simulate PGP 2.6.x
# 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/gpgv:security/gnupg1
RUN_DEPENDS= ${PREFIX}/bin/gpgv:security/gnupg1
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-gpg-path=${PREFIX}/bin/gpg
PLIST_FILES= bin/pgpgpg
.include <bsd.port.mk>