cf4a7b7df0
Changelog: Noteworthy changes in version 2.2.10 (2018-08-30) ------------------------------------------------- gpg: Refresh expired keys originating from the WKD. [#2917] gpg: Use a 256 KiB limit for a WKD imported key. gpg: New option --known-notation. [#4060] scd: Add support for the Trustica Cryptoucan reader. agent: Speed up starting during on-demand launching. [#3490] dirmngr: Validate SRV records in WKD queries.
52 lines
1.5 KiB
Makefile
52 lines
1.5 KiB
Makefile
# $NetBSD: Makefile,v 1.94 2018/09/05 15:41:12 ryoon Exp $
|
|
|
|
DISTNAME= gnupg-2.2.10
|
|
PKGNAME= ${DISTNAME:S/gnupg-/gnupg2-/}
|
|
CATEGORIES= security
|
|
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= ada@netbsdfr.org
|
|
HOMEPAGE= https://www.gnupg.org/
|
|
COMMENT= GnuPG with OpenPGP and S/MIME capabilities
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
DEPENDS+= pinentry-[0-9]*:../../security/pinentry
|
|
|
|
CONFLICTS+= dirmngr-[0-9]*
|
|
SUPERSEDES+= dirmngr-[0-9]*
|
|
|
|
BUILD_DEFS+= VARBASE
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= gmake pkg-config makeinfo
|
|
USE_LIBTOOL= yes
|
|
INFO_FILES= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --enable-g13
|
|
CONFIGURE_ARGS+= --enable-gpg-is-gpg2
|
|
|
|
TEST_TARGET= check
|
|
|
|
# SunOS does have getaddrinfo() and the code knows how to use it
|
|
CONFIGURE_ARGS.SunOS+= ac_cv_func_getaddrinfo=yes
|
|
|
|
LDFLAGS.Darwin+= -lintl -lresolv
|
|
LDFLAGS.FreeBSD+= -lintl
|
|
LDFLAGS.SunOS+= -lintl -lsocket
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.libgcrypt+= libgcrypt>=1.7
|
|
.include "../../security/libgcrypt/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.sqlite3+= sqlite3>=3.7.15
|
|
.include "../../databases/sqlite3/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.libgpg-error+= libgpg-error>=1.28
|
|
.include "../../security/libgpg-error/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.libassuan+= libassuan>=2.5.1
|
|
.include "../../security/libassuan2/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.libksba+= libksba>=1.3.4
|
|
.include "../../security/libksba/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.npth+= npth>=1.2
|
|
.include "../../devel/npth/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|