summaryrefslogtreecommitdiffstats
path: root/security/libgnome-keyring/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/libgnome-keyring/Makefile')
-rw-r--r--security/libgnome-keyring/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/security/libgnome-keyring/Makefile b/security/libgnome-keyring/Makefile
new file mode 100644
index 000000000..e9ac14a2a
--- /dev/null
+++ b/security/libgnome-keyring/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: libgnome-keyring
+# Date created: 2009-12-21
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom: ports/security/libgnome-keyring/Makefile,v 1.7 2010/09/28 08:11:06 kwm Exp $
+
+PORTNAME= libgnome-keyring
+PORTVERSION= 2.91.92
+CATEGORIES= security gnome
+MASTER_SITES= GNOME
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A program that keeps passwords and other secrets
+
+LIB_DEPENDS= tasn1.4:${PORTSDIR}/security/libtasn1 \
+ gcrypt.17:${PORTSDIR}/security/libgcrypt
+
+USE_BZIP2= yes
+USE_GNOME= gnomehack gnomeprefix ltverhack intlhack gconf2
+USE_GMAKE= yes
+USE_GETTEXT= yes
+USE_AUTOTOOLS= libtool
+USE_LDCONFIG= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+.include <bsd.port.mk>