2000-08-16 23:02:12 +02:00
|
|
|
# New ports collection makefile for: gpa
|
|
|
|
# Date created: 16 August 2000
|
|
|
|
# Whom: Clive Lin <clive@CirX.ORG>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gpa
|
2002-01-28 06:21:34 +01:00
|
|
|
PORTVERSION= 0.4.3
|
2004-02-04 06:10:27 +01:00
|
|
|
PORTREVISION= 2
|
2000-08-16 23:02:12 +02:00
|
|
|
CATEGORIES= security
|
2003-02-15 13:17:21 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNUPG}
|
|
|
|
MASTER_SITE_SUBDIR= alpha/gpa
|
2000-08-16 23:02:12 +02:00
|
|
|
|
2002-01-28 06:21:34 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-12-11 15:45:38 +01:00
|
|
|
COMMENT= A graphical frontend for the GNU Privacy Guard
|
2000-08-16 23:02:12 +02:00
|
|
|
|
2002-08-12 12:28:40 +02:00
|
|
|
BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg
|
2000-08-16 23:02:12 +02:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
2002-09-01 17:18:25 +02:00
|
|
|
USE_GNOME= gtk12
|
2000-08-16 23:02:12 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
2001-02-28 10:45:18 +01:00
|
|
|
CONFIGURE_ARGS= --datadir=${PREFIX}/share
|
2000-08-16 23:02:12 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|