pkgsrc/security/libassuan/Makefile
shannonjr fa74212ce3 Update to 1.0.0.
There are no actual code changes since the last release, only some
cleanups and a complete manual.
2006-11-17 12:34:47 +00:00

21 lines
567 B
Makefile

# $NetBSD: Makefile,v 1.12 2006/11/17 12:34:47 shannonjr Exp $
#
DISTNAME= libassuan-1.0.0
CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/libassuan/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= shannonjr@NetBSD.org
HOMEPAGE= ftp://ftp.gnupg.org/gcrypt/libassuan/
COMMENT= The IPC library used by some GnuPG related software
PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= yes
INFO_FILES= # PLIST
BUILDLINK_API_DEPENDS.libgpg-error+= libgpg-error>=1.0.0
.include "../../security/libgpg-error/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"