1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/security/pgpgpg/Makefile
Steve Price e4d4e5d882 Adding pgpgpg version 0.13.
A wrapper for GnuPG to simulate PGP 2.6.x.

PR:		15526
Submitted by:	Matt Behrens <matt@zigg.com>
1999-12-27 01:58:13 +00:00

27 lines
748 B
Makefile

# New ports collection makefile for: pgpgpg
# Version required: 0.13
# Date created: 16 December 1999
# Whom: Matt Behrens <matt@zigg.com>
#
# $FreeBSD$
#
DISTNAME= pgpgpg-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 <bsd.port.mk>