freebsd-ports/security/gnupg/Makefile
Jun Kuriyama fa09e9e2b9 - Add CPE information [1].
- Fix accidentally linking devel/readline if installed [2].

# I'm working on 2.1.3 update, but it requires LDAP header even if
# disabled.  Stay tuned (or patches are welcome).

PR:		ports/198849 [1], ports/198036 and ports/198354 [2]
Submitted by:	shun.fbsd.pr@dropcut.net [1], amdmi3 and jf@fahrner.name [2]
2015-04-13 02:55:29 +00:00

64 lines
2 KiB
Makefile

# $FreeBSD$
PORTNAME= gnupg
PORTVERSION= 2.1.2
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= GNUPG/gnupg
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= The GNU Privacy Guard
LICENSE= GPLv3 LGPL3
LICENSE_COMB= multi
LICENSE_FILE_GPLv3= ${WRKSRC}/COPYING
LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING.LIB
LIB_DEPENDS= libassuan.so:${PORTSDIR}/security/libassuan \
libgcrypt.so:${PORTSDIR}/security/libgcrypt \
libksba.so:${PORTSDIR}/security/libksba \
libnpth.so:${PORTSDIR}/devel/npth
BUILD_DEPENDS= libgpg-error>=1.16:${PORTSDIR}/security/libgpg-error
RUN_DEPENDS= pinentry>0:${PORTSDIR}/security/pinentry
GNU_CONFIGURE= YES
USES= cpe gmake iconv pkgconfig tar:bzip2
USE_LDCONFIG= YES
# libreadline.so.8 is placed in /lib, but --with-readline argument
# will be treated as $value/lib, so try using /usr instead.
# Otherwise, $PREFIX/lib/libreadline.so.6 will be linked when
# devel/readline is installed.
CONFIGURE_ARGS+= --disable-ntbtls --enable-symcryptrun --with-readline=/usr
CONFLICTS= gnupg-2.0.* dirmngr-*
CPE_VENDOR= gnupg
OPTIONS_DEFINE= GNUTLS LDAP SCDAEMON KDNS NLS DOCS SUID_GPG
LDAP_DESC= LDAP keyserver interface
SCDAEMON_DESC= Enable Smartcard daemon (with libusb)
KDNS_DESC= Use DNS CERT helper
SUID_GPG_DESC= Install GPG with suid
OPTIONS_DEFAULT= GNUTLS
NO_OPTIONS_SORT= YES
OPTIONS_SUB= YES
# In jail, SUID is required to avoid warning (security.bsd.unprivileged_mlock sysctl is not used in jail).
DOCS_CONFIGURE_ENABLE= doc
DOCS_INFO= gnupg
GNUTLS_CONFIGURE_ENABLE=gnutls
GNUTLS_LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls
KDNS_LIB_DEPENDS= libadns.so:${PORTSDIR}/dns/adns
KDNS_CONFIGURE_ON= --with-adns=${LOCALBASE}
LDAP_CONFIGURE_ENABLE= ldap
LDAP_CONFIGURE_ON= --with-ldap=${LOCALBASE}
LDAP_LIBS= -L${LOCALBASE}/lib
LDAP_USE= OPENLDAP=yes
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
SCDAEMON_CONFIGURE_ENABLE= scdaemon
verify: checksum
gpg2 --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.sig
.include <bsd.port.mk>