pkgsrc/security/libassuan2/Makefile
adam 8d144214f8 libassuan2: updated to 2.5.1
Noteworthy changes in version 2.5.1:
 * Fix c+p error in the previous usleep fix.

Noteworthy changes in version 2.5.0:
 * New function to change the system hooks for the socket
   interface.
 * Fix the use of the internal usleep in the nPth implementation.
 * Interface changes relative to the 2.4.0 release:
 assuan_sock_set_system_hooks   NEW.
2017-12-21 09:44:14 +00:00

24 lines
720 B
Makefile

# $NetBSD: Makefile,v 1.17 2017/12/21 09:44:14 adam Exp $
DISTNAME= libassuan-2.5.1
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
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"