pkgsrc/security/libassuan2/Makefile
adam 1e7f50f61a libassuan2: updated to 2.5.3
Noteworthy changes in version 2.5.3:
* Add a timeout for writing to a SOCKS5 proxy.  This helps if another
  service is running on the standard tor socket (e.g. Windows 10).
* Add workaround for a problem with LD_LIBRARY_PATH on newer systems.
2019-02-13 16:05:48 +00:00

25 lines
760 B
Makefile

# $NetBSD: Makefile,v 1.19 2019/02/13 16:05:48 adam Exp $
DISTNAME= libassuan-2.5.3
CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/libassuan/
MASTER_SITES+= http://mirrors.dotsrc.org/gcrypt/libassuan/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://gnupg.org/related_software/libassuan/index.en.html
COMMENT= IPC library used by some of the other GnuPG related packages
LICENSE= gnu-gpl-v3
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --infodir=${PREFIX}/info
INFO_FILES= yes
PKGCONFIG_OVERRIDE= src/libassuan.pc.in
TEST_TARGET= check
CONFLICTS= libassuan-1.*
BUILDLINK_ABI_DEPENDS.libgpg-error+= libgpg-error>=1.17
.include "../../security/libgpg-error/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"