pkgsrc/security/libassuan2/Makefile
wiz 0938aac241 Update to 2.0.1:
Noteworthy changes in version 2.0.1 (2010-08-09)
------------------------------------------------

 * Support for WindowsCE.

 * Input and output notification handler can now really access the
   parsed fd as stated in the manual.

 * Cleaned up the logging.

 * Interface changes relative to the 2.0.0 release:
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 assuan_free               NEW.
 _assuan_w32ce_create_pipe NEW.
 ASSUAN_LOG_CONTROL        NEW.
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2010-08-16 21:42:18 +00:00

24 lines
580 B
Makefile

# $NetBSD: Makefile,v 1.2 2010/08/16 21:42:18 wiz Exp $
#
DISTNAME= libassuan-2.0.1
CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/libassuan/
EXTRACT_SUFX= .tar.bz2
CONFLICTS= libassuan-1.*{,nb*}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ftp://ftp.gnupg.org/gcrypt/libassuan/
COMMENT= TODO: Short description of the package
LICENSE= gnu-gpl-v3
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
CONFIGURE_ARGS+=--infodir=${PREFIX}/info
INFO_FILES= yes
.include "../../security/libgpg-error/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"