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
|
2009-07-28 00:24:29 +02:00
|
|
|
PORTVERSION= 0.9.0
|
2000-08-16 23:02:12 +02:00
|
|
|
CATEGORIES= security
|
2009-07-28 00:24:29 +02:00
|
|
|
MASTER_SITES= http://wald.intevation.org/frs/download.php/603/
|
2000-08-16 23:02:12 +02:00
|
|
|
|
2009-07-28 00:24:29 +02:00
|
|
|
MAINTAINER= bsdkaffee@gmail.com
|
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
|
|
|
|
2009-07-28 00:24:29 +02:00
|
|
|
LIB_DEPENDS= gpgme.18:${PORTSDIR}/security/gpgme
|
|
|
|
BUILD_DEPENDS= gpgv2:${PORTSDIR}/security/gnupg \
|
|
|
|
libassuan>=1.0.4:${PORTSDIR}/security/libassuan
|
2008-04-13 17:33:33 +02:00
|
|
|
RUN_DEPENDS= gpgv2:${PORTSDIR}/security/gnupg
|
2000-08-16 23:02:12 +02:00
|
|
|
|
2006-09-23 17:35:38 +02:00
|
|
|
USE_BZIP2= yes
|
2000-08-16 23:02:12 +02:00
|
|
|
USE_GMAKE= yes
|
2005-03-07 16:30:55 +01:00
|
|
|
USE_GNOME= gtk20
|
2000-08-16 23:02:12 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
2009-07-28 00:24:29 +02:00
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
|
|
|
|
OPTIONS= NLS "Native language support" on
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if defined(WITHOUT_NLS)
|
|
|
|
CONFIGURE_ARGS+=--disable-nls
|
|
|
|
PLIST_SUB+= NLS="@comment "
|
|
|
|
.else
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
PLIST_SUB+= NLS=""
|
|
|
|
.endif
|
2000-08-16 23:02:12 +02:00
|
|
|
|
2009-07-28 00:24:29 +02:00
|
|
|
.include <bsd.port.post.mk>
|