summaryrefslogtreecommitdiff
path: root/security/gss/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2003-12-03 19:22:23 +0000
committerxtraeme <xtraeme@pkgsrc.org>2003-12-03 19:22:23 +0000
commitf12455eefa7988c46ef13953abbdebb16d5b66e5 (patch)
tree27548c6fc868e48f0b237fb8daac1cead093db6e /security/gss/Makefile
parent01b21be5dfcdf6029c8a8815d6cbb47b3c39459a (diff)
downloadpkgsrc-f12455eefa7988c46ef13953abbdebb16d5b66e5.tar.gz
Initial import of gss-0.0.6 from pkgsrc-wip.
GSS is an implementation of the Generic Security Service Application Program Interface (GSS-API). GSS-API is used by network servers (e.g., IMAP, SMTP) to provide security security services, e.g., authenticate clients against servers. GSS consists of a library and a manual.
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"