summaryrefslogtreecommitdiff
path: root/security/gss/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/gss/Makefile')
-rw-r--r--security/gss/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/security/gss/Makefile b/security/gss/Makefile
new file mode 100644
index 00000000000..abbeeb96d92
--- /dev/null
+++ b/security/gss/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/12/03 19:22:23 xtraeme Exp $
+#
+
+DISTNAME= gss-0.0.6
+CATEGORIES= security
+MASTER_SITES= http://josefsson.org/gss/releases/ \
+ ${MASTER_SITE_GNU:=gss/}
+
+MAINTAINER= xtraeme@NetBSD.org
+HOMEPAGE= http://www.gnu.org/software/gss/
+COMMENT= GNU Generic Security Service Library
+
+GNU_CONFIGURE= yes
+USE_BUILDLINK2= yes
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+PKGCONFIG_OVERRIDE+= ${WRKSRC}/gss.pc.in
+
+INFO_FILES= gss.info
+
+.include "../../devel/pkgconfig/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"