pkgsrc/security/libassuan2/Makefile
adam b40180ab92 libassuan2: updated to 2.5.5
Noteworthy changes in version 2.5.5 (2021-03-22)
------------------------------------------------
* Allows starting servers with Unicode names on Windows.
* Fix a crash in the logging code.
* Upgrade autoconf stuff.
2021-04-05 08:57:39 +00:00

25 lines
761 B
Makefile

# $NetBSD: Makefile,v 1.22 2021/04/05 08:57:39 adam Exp $
DISTNAME= libassuan-2.5.5
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= https://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"