Files
ports/security/gpa/Makefile
T
Jason E. Hale e1d8a474d0 security/gpa: Fix build after bf8eb67d87
The binary `gpgv2` is no longer available as a reference, so use the
package as a reference with specific versioning.

Reported by:	pkg-fallout
2026-06-17 22:08:39 -04:00

33 lines
782 B
Makefile

PORTNAME= gpa
PORTVERSION= 0.11.1
CATEGORIES= security
MASTER_SITES= GNUPG/gpa
MAINTAINER= jhale@FreeBSD.org
COMMENT= GTK3+ frontend for the GNU Privacy Guard
WWW= https://www.gnupg.org/software/gpa/index.html
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= gnupg>=2.5.20:security/gnupg
LIB_DEPENDS= libassuan.so:security/libassuan \
libgpgme.so:security/gpgme \
libgpg-error.so:security/libgpg-error
RUN_DEPENDS= gnupg>=2.5.20:security/gnupg
USES= desktop-file-utils gmake gnome localbase pkgconfig tar:bzip2
USE_GNOME= gdkpixbuf gtk30
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>