summaryrefslogtreecommitdiffstats
path: root/security/gnome-keyring/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-11-07 15:08:33 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-11-07 15:08:33 +0800
commit8ee27bd5590c2fb0f7c7b3d34a303260264d4b8f (patch)
treec84f0c64abc5411d9f75d80e4757e921316edd25 /security/gnome-keyring/Makefile
parentf9bd1fb8e796f4ec8b0815c621e213eab0b403d7 (diff)
downloadmarcuscom-ports-8ee27bd5590c2fb0f7c7b3d34a303260264d4b8f.tar.gz
marcuscom-ports-8ee27bd5590c2fb0f7c7b3d34a303260264d4b8f.tar.zst
marcuscom-ports-8ee27bd5590c2fb0f7c7b3d34a303260264d4b8f.zip
Update to 0.7.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7864 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security/gnome-keyring/Makefile')
-rw-r--r--security/gnome-keyring/Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/security/gnome-keyring/Makefile b/security/gnome-keyring/Makefile
new file mode 100644
index 000000000..0024bc49a
--- /dev/null
+++ b/security/gnome-keyring/Makefile
@@ -0,0 +1,31 @@
+# New ports collection makefile for: gnomekeyring
+# Date Created: 08 December 2003
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= gnome-keyring
+PORTVERSION= 0.7.1
+CATEGORIES= security gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
+DISTNAME= gnome-keyring-${PORTVERSION}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A program that keeps passwords and other secrets
+
+USE_BZIP2= yes
+USE_GNOME= gnomehack gtk20
+USE_GMAKE= yes
+USE_GETTEXT= yes
+GNU_CONFIGURE= yes
+USE_LDCONFIG= yes
+CONFIGURE_ARGS= --disable-gtk-doc \
+ --with-html-dir=${GNOME_HTML_DIR}
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+.include <bsd.port.mk>