mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
a1e4f0b53e
- Fix LICENSE - Remove check for gpgsm since security/gnupg always installs it now Changes: https://lists.gnupg.org/pipermail/gnupg-devel/2018-October/033993.html
35 lines
769 B
Makefile
35 lines
769 B
Makefile
# Created by: Clive Lin <clive@CirX.ORG>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gpa
|
|
PORTVERSION= 0.10.0
|
|
CATEGORIES= security
|
|
MASTER_SITES= GNUPG/gpa
|
|
|
|
MAINTAINER= jhale@FreeBSD.org
|
|
COMMENT= GTK2+ frontend for the GNU Privacy Guard
|
|
|
|
LICENSE= GPLv3+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libassuan.so:security/libassuan \
|
|
libgpgme.so:security/gpgme \
|
|
libgpg-error.so:security/libgpg-error
|
|
BUILD_DEPENDS= gpgv2:security/gnupg
|
|
RUN_DEPENDS= gpgv2:security/gnupg
|
|
|
|
USES= desktop-file-utils gmake gnome localbase pkgconfig tar:bzip2
|
|
USE_GNOME= gdkpixbuf2 gtk20
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV+= GPGKEYS_LDAP="${LOCALBASE}/libexec/gpg2keys_ldap"
|
|
LDFLAGS+= -Wl,--as-needed
|
|
|
|
OPTIONS_DEFINE= NLS
|
|
OPTIONS_SUB= yes
|
|
|
|
NLS_USES= gettext
|
|
NLS_CONFIGURE_ENABLE= nls
|
|
|
|
.include <bsd.port.mk>
|