8bce710679
* Portability fixes. * Pth is not anymore linked by means of weak symbol tricks. It is now required to link to the pth version of libassuan. New aufoconf macros are provided to to check for this. The pth version is only build if Pth is available. * configure does now check that descriptor passing is available. A way to check at runtime for this is also provided
21 lines
579 B
Makefile
21 lines
579 B
Makefile
# $NetBSD: Makefile,v 1.11 2006/10/11 12:34:48 shannonjr Exp $
|
|
#
|
|
|
|
DISTNAME= libassuan-0.9.3
|
|
CATEGORIES= security
|
|
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/libassuan/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= shannonjr@NetBSD.org
|
|
HOMEPAGE= ftp://ftp.gnupg.org/gcrypt/alpha/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"
|