pkgsrc/security/gsasl/Makefile
adam 169b01f6b6 Changes 0.2.29:
* gsasl: Don't use poll with POLLOUT to avoid busy-waiting.
* doc: Error codes are now extracted using official library APIs.
* doc: Included cyclomatic code complexity charts of the library code.
* tests: Add self test of obsolete base64 functions.
* Update gnulib files. Improves Windows compatibility.
2008-11-07 18:40:52 +00:00

36 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.26 2008/11/07 18:40:52 adam Exp $
DISTNAME= gsasl-0.2.29
CATEGORIES= security
MASTER_SITES= http://josefsson.org/gsasl/releases/ \
ftp://alpha.gnu.org/pub/gnu/gsasl/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/gsasl/
COMMENT= GNU implementation of the Simple Authentication and Security Layer
PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= msgfmt pkg-config
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-gtk-doc
CONFIGURE_ARGS+= --with-gssapi-impl=${GSSIMPL.${KRB5_TYPE}}
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html
CONFIGURE_ARGS+= --with-libgcrypt
GSSIMPL.heimdal= heimdal
GSSIMPL.mit-krb5= mit
PKGCONFIG_OVERRIDE+= lib/libgsasl.pc.in
INFO_FILES= yes
TEST_TARGET= check
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/libidn/buildlink3.mk"
.include "../../devel/libntlm/buildlink3.mk"
.include "../../devel/readline/buildlink3.mk"
.include "../../security/gnutls/buildlink3.mk"
.include "../../security/libgcrypt/buildlink3.mk"
.include "../../mk/krb5.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"