summaryrefslogtreecommitdiffstats
path: root/sysutils/gconf-editor/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-04-29 01:06:22 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-04-29 01:06:22 +0800
commitaf71c4b0511a96fc9076dfa4547326a3e297a359 (patch)
tree78b51201f42aae15cd8026135c3178425653fd1b /sysutils/gconf-editor/Makefile
parent4cec741b1fd997fe7ab4b7831df7f452cbc7deb9 (diff)
downloadmarcuscom-ports-af71c4b0511a96fc9076dfa4547326a3e297a359.tar
marcuscom-ports-af71c4b0511a96fc9076dfa4547326a3e297a359.tar.gz
marcuscom-ports-af71c4b0511a96fc9076dfa4547326a3e297a359.tar.bz2
marcuscom-ports-af71c4b0511a96fc9076dfa4547326a3e297a359.tar.lz
marcuscom-ports-af71c4b0511a96fc9076dfa4547326a3e297a359.tar.xz
marcuscom-ports-af71c4b0511a96fc9076dfa4547326a3e297a359.tar.zst
marcuscom-ports-af71c4b0511a96fc9076dfa4547326a3e297a359.zip
share/gnome -> share
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8665 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/gconf-editor/Makefile')
-rw-r--r--sysutils/gconf-editor/Makefile35
1 files changed, 35 insertions, 0 deletions
diff --git a/sysutils/gconf-editor/Makefile b/sysutils/gconf-editor/Makefile
new file mode 100644
index 000000000..f461cd8ba
--- /dev/null
+++ b/sysutils/gconf-editor/Makefile
@@ -0,0 +1,35 @@
+# New ports collection makefile for: gconf-editor
+# Date created: 12 May 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom: ports/sysutils/gconf-editor/Makefile,v 1.59 2007/03/13 12:30:40 ahze Exp $
+#
+
+PORTNAME= gconf-editor
+PORTVERSION= 2.18.0
+PORTREVISION= 1
+PORTEPOCH= 1
+CATEGORIES= sysutils gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A gconf database editor for the GNOME 2 environment
+
+USE_BZIP2= yes
+USE_GETTEXT= yes
+USE_XLIB= yes
+INSTALLS_OMF= yes
+INSTALLS_ICONS= yes
+USE_GMAKE= yes
+USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui gnomedocutils
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+MAN1= gconf-editor.1
+GCONF_SCHEMAS= gconf-editor.schemas
+
+.include <bsd.port.mk>