pkgsrc/security/libassuan2/Makefile
adam 1971eefe3e Changes 2.0.2:
* A new flag may now be used to convey comments via assuan_transact.
* A new flag value may now be used to disable logging.
* The gpgcedev.c driver now provides a log device.
* It is now possible to overwrite socket and connect functions in
  struct assuan_system_hooks.
2011-08-11 10:34:21 +00:00

22 lines
624 B
Makefile

# $NetBSD: Makefile,v 1.6 2011/08/11 10:34:21 adam Exp $
DISTNAME= libassuan-2.0.2
CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/libassuan/
EXTRACT_SUFX= .tar.bz2
CONFLICTS= libassuan-1.*{,nb*}
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
PKG_DESTDIR_SUPPORT= user-destdir
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --infodir=${PREFIX}/info
INFO_FILES= yes
.include "../../security/libgpg-error/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"