summaryrefslogtreecommitdiff
path: root/security/gss/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/gss/Makefile')
-rw-r--r--security/gss/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/security/gss/Makefile b/security/gss/Makefile
new file mode 100644
index 000000000000..28c03a44f4fc
--- /dev/null
+++ b/security/gss/Makefile
@@ -0,0 +1,29 @@
+# ex:ts=8
+# Ports collection makefile for: gss
+# Date created: Oct 19, 2003
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= gss
+PORTVERSION= 0.0.6
+CATEGORIES= security
+MASTER_SITES= http://josefsson.org/${PORTNAME}/releases/ \
+ ftp://alpha.gnu.org/pub/gnu/${PORTNAME}/
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= GNU Generic Security Service Library
+
+BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
+LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \
+ intl.5:${PORTSDIR}/devel/gettext
+
+USE_GNOME= gnomehack
+GNU_CONFIGURE= yes
+
+INSTALLS_SHLIB= yes
+
+INFO= gss
+
+.include <bsd.port.mk>