aboutsummaryrefslogtreecommitdiffstats
path: root/security/gpa/Makefile
blob: 27e529d5ec89ec0d7c1abb077ee72b0dfa812f5c (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
# New ports collection makefile for:    gpa
# Date created:     16 August 2000
# Whom:         Clive Lin <clive@CirX.ORG>
#
# $FreeBSD$
#

PORTNAME=   gpa
PORTVERSION=    0.4.0
CATEGORIES= security
MASTER_SITES=   ftp://ftp.guug.de/pub/fruis/gpa/

MAINTAINER= clive@FreeBSD.org

RUN_DEPENDS=    gpg:${PORTSDIR}/security/gnupg

USE_X_PREFIX=   yes
USE_GMAKE=  yes
USE_GTK=    yes
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LIBS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --datadir=${PREFIX}/share

.include <bsd.port.mk>