aboutsummaryrefslogtreecommitdiffstats
path: root/security/pgpgpg/Makefile
blob: cb374bfad23b0fbec57fa8cedde4f0af3094d7f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# New ports collection makefile for:    pgpgpg
# Date created:             16 December 1999
# Whom:                 Matt Behrens <matt@zigg.com>
#
# $FreeBSD$
#

PORTNAME=   pgpgpg
PORTVERSION=    0.13
PORTREVISION=   1
CATEGORIES= security
MASTER_SITES=   ${MASTER_SITE_GNUPG} \
        http://www.nessie.de/mroth/%SUBDIR%/
MASTER_SITE_SUBDIR= 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/gpg:${PORTSDIR}/security/gnupg
RUN_DEPENDS=    ${PREFIX}/bin/gpg:${PORTSDIR}/security/gnupg

GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --with-gpg-path=${PREFIX}/bin/gpg
PLIST_FILES=    bin/pgpgpg

.include <bsd.port.mk>