pkgsrc/security/libassuan2/Makefile
adam 6980d27a2c libassuan2: updated to 2.4.5
Noteworthy changes in version 2.4.5:
* Avoid a blocking close on Windows with nPth.
2017-12-14 08:52:17 +00:00

23 lines
661 B
Makefile

# $NetBSD: Makefile,v 1.15 2017/12/14 08:52:17 adam Exp $
DISTNAME= libassuan-2.4.5
CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.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
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"