summaryrefslogtreecommitdiffstats
path: root/security/gnome-keyring/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-06-13 02:34:19 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-06-13 02:34:19 +0800
commit16c73b94484880f65c17a1ec788861a17cad9b07 (patch)
treeb04e5c65d21c1d3e06f24651ea73b265942668fc /security/gnome-keyring/Makefile
parente669987ff342b7a63154b6ca28f89ae08a421d3b (diff)
downloadmarcuscom-ports-16c73b94484880f65c17a1ec788861a17cad9b07.tar
marcuscom-ports-16c73b94484880f65c17a1ec788861a17cad9b07.tar.gz
marcuscom-ports-16c73b94484880f65c17a1ec788861a17cad9b07.tar.bz2
marcuscom-ports-16c73b94484880f65c17a1ec788861a17cad9b07.tar.lz
marcuscom-ports-16c73b94484880f65c17a1ec788861a17cad9b07.tar.xz
marcuscom-ports-16c73b94484880f65c17a1ec788861a17cad9b07.tar.zst
marcuscom-ports-16c73b94484880f65c17a1ec788861a17cad9b07.zip
Update to 0.5.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6409 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..bf206d6a6
--- /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: ports/security/gnome-keyring/Makefile,v 1.22 2006/05/28 15:22:11 pav Exp $
+#
+
+PORTNAME= gnome-keyring
+PORTVERSION= 0.5.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_X_PREFIX= yes
+USE_BZIP2= yes
+USE_GNOME= gnomehack gtk20
+USE_GMAKE= yes
+USE_GETTEXT= yes
+GNU_CONFIGURE= yes
+INSTALLS_SHLIB= 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>