d9aefc7851
Looking in ${PREFIX} for the binaries is definitely wrong, so use ${LOCALBASE} instead. While here, just depend on the gnupg1 package itself. Also, remove a pointless comment that describes what a normal need for BUILD and RUN dependencies is.
23 lines
529 B
Makefile
23 lines
529 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= gnupg1>=0:security/gnupg1
|
|
RUN_DEPENDS= gnupg1>=0:security/gnupg1
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-gpg-path=${LOCALBASE}/bin/gpg
|
|
PLIST_FILES= bin/pgpgpg
|
|
|
|
.include <bsd.port.mk>
|