summaryrefslogtreecommitdiff
path: root/security/gsasl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/gsasl/Makefile')
-rw-r--r--security/gsasl/Makefile27
1 files changed, 12 insertions, 15 deletions
diff --git a/security/gsasl/Makefile b/security/gsasl/Makefile
index 9401698c57f..c681da732e7 100644
--- a/security/gsasl/Makefile
+++ b/security/gsasl/Makefile
@@ -1,30 +1,28 @@
-# $NetBSD: Makefile,v 1.20 2007/06/05 05:37:34 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2007/10/25 21:24:53 adam Exp $
-DISTNAME= gsasl-0.2.15
-PKGREVISION= 1
-CATEGORIES= security
-MASTER_SITES= http://josefsson.org/gsasl/releases/ \
- ftp://alpha.gnu.org/pub/gnu/gsasl/
+DISTNAME= gsasl-0.2.21
+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
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.gnu.org/software/gsasl/
+COMMENT= GNU implementation of the Simple Authentication and Security Layer
USE_TOOLS+= msgfmt pkg-config
-GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
-TEST_TARGET= check
-
+GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-gtk-doc
+CONFIGURE_ARGS+= --enable-gssapi=${GSSIMPL.${KRB5_TYPE}}
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html
CONFIGURE_ARGS+= --with-libgcrypt
-CONFIGURE_ARGS+= --enable-gssapi=${GSSIMPL.${KRB5_TYPE}}
GSSIMPL.heimdal= heimdal
GSSIMPL.mit-krb5= mit
PKGCONFIG_OVERRIDE+= lib/libgsasl.pc.in
-INFO_FILES= YES
+INFO_FILES= yes
+TEST_TARGET= check
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/libidn/buildlink3.mk"
@@ -33,5 +31,4 @@ INFO_FILES= YES
.include "../../security/gnutls/buildlink3.mk"
.include "../../security/libgcrypt/buildlink3.mk"
.include "../../mk/krb5.buildlink3.mk"
-
.include "../../mk/bsd.pkg.mk"