2000-08-16 21:02:12 +00:00
|
|
|
# New ports collection makefile for: gpa
|
|
|
|
# Date created: 16 August 2000
|
|
|
|
# Whom: Clive Lin <clive@CirX.ORG>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gpa
|
2009-07-27 22:24:29 +00:00
|
|
|
PORTVERSION= 0.9.0
|
2009-12-19 19:03:21 +00:00
|
|
|
PORTREVISION= 1
|
2000-08-16 21:02:12 +00:00
|
|
|
CATEGORIES= security
|
2009-07-27 22:24:29 +00:00
|
|
|
MASTER_SITES= http://wald.intevation.org/frs/download.php/603/
|
2000-08-16 21:02:12 +00:00
|
|
|
|
2009-07-27 22:24:29 +00:00
|
|
|
MAINTAINER= bsdkaffee@gmail.com
|
2003-12-11 14:45:38 +00:00
|
|
|
COMMENT= A graphical frontend for the GNU Privacy Guard
|
2000-08-16 21:02:12 +00:00
|
|
|
|
2009-07-27 22:24:29 +00:00
|
|
|
LIB_DEPENDS= gpgme.18:${PORTSDIR}/security/gpgme
|
|
|
|
BUILD_DEPENDS= gpgv2:${PORTSDIR}/security/gnupg \
|
|
|
|
libassuan>=1.0.4:${PORTSDIR}/security/libassuan
|
2008-04-13 15:33:33 +00:00
|
|
|
RUN_DEPENDS= gpgv2:${PORTSDIR}/security/gnupg
|
2000-08-16 21:02:12 +00:00
|
|
|
|
2006-09-23 15:35:38 +00:00
|
|
|
USE_BZIP2= yes
|
2000-08-16 21:02:12 +00:00
|
|
|
USE_GMAKE= yes
|
2005-03-07 15:30:55 +00:00
|
|
|
USE_GNOME= gtk20
|
2000-08-16 21:02:12 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2009-12-19 19:03:21 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" \
|
|
|
|
GPGKEYS_LDAP="${LOCALBASE}/libexec/gpg2keys_ldap"
|
2009-07-27 22:24:29 +00:00
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
|
|
|
|
OPTIONS= NLS "Native language support" on
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2009-12-03 15:55:33 +00:00
|
|
|
.if !exists(${LOCALBASE}/bin/gpgsm)
|
|
|
|
IGNORE= requires gpgsm. (Re)Install security/gnupg with the GPGSM option ON, then rebuild security/gpgme if installed
|
|
|
|
.endif
|
|
|
|
|
2009-07-27 22:24:29 +00:00
|
|
|
.if defined(WITHOUT_NLS)
|
|
|
|
CONFIGURE_ARGS+=--disable-nls
|
|
|
|
PLIST_SUB+= NLS="@comment "
|
|
|
|
.else
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
PLIST_SUB+= NLS=""
|
|
|
|
.endif
|
2000-08-16 21:02:12 +00:00
|
|
|
|
2009-07-27 22:24:29 +00:00
|
|
|
.include <bsd.port.post.mk>
|