pkgsrc/security/gsasl/Makefile
adam b51f4dc871 Changes 1.8.0:
This is a new major stable release.  Brief changes compared to 1.6.x:
* SAML20 support following RFC 6595.
* OPENID20 support following RFC 6616.
* Added SMTP server examples (for e.g., SCRAM, SAML20, OPENID20).
* Various cleanups, portability and other bug fixes.
See the NEWS entries during the 1.7.x branch for details.
2012-05-30 06:52:58 +00:00

37 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.34 2012/05/30 06:52:58 adam Exp $
DISTNAME= gsasl-1.8.0
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNU:=gsasl/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/gsasl/
COMMENT= GNU implementation of the Simple Authentication and Security Layer
LICENSE= gnu-gpl-v3
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 "../../security/openssl/buildlink3.mk"
.include "../../mk/krb5.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"