summaryrefslogtreecommitdiffstats
path: root/sysutils/gconf-editor/Makefile
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2008-03-11 11:54:37 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2008-03-11 11:54:37 +0800
commit06ec9ee8c8ed76800401dda1af0e8af5bbab733c (patch)
tree3b7907e99448339562608cf1bfb648794a27659d /sysutils/gconf-editor/Makefile
parentc1cd34a2cd08636cd64d38a7c1cd479f1228b9e0 (diff)
downloadmarcuscom-ports-06ec9ee8c8ed76800401dda1af0e8af5bbab733c.tar
marcuscom-ports-06ec9ee8c8ed76800401dda1af0e8af5bbab733c.tar.gz
marcuscom-ports-06ec9ee8c8ed76800401dda1af0e8af5bbab733c.tar.bz2
marcuscom-ports-06ec9ee8c8ed76800401dda1af0e8af5bbab733c.tar.lz
marcuscom-ports-06ec9ee8c8ed76800401dda1af0e8af5bbab733c.tar.xz
marcuscom-ports-06ec9ee8c8ed76800401dda1af0e8af5bbab733c.tar.zst
marcuscom-ports-06ec9ee8c8ed76800401dda1af0e8af5bbab733c.zip
Update to 2.22.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10692 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/gconf-editor/Makefile')
-rw-r--r--sysutils/gconf-editor/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/sysutils/gconf-editor/Makefile b/sysutils/gconf-editor/Makefile
new file mode 100644
index 000000000..43cfe5591
--- /dev/null
+++ b/sysutils/gconf-editor/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: gconf-editor
+# Date created: 12 May 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= gconf-editor
+PORTVERSION= 2.22.0
+PORTEPOCH= 1
+CATEGORIES= sysutils gnome
+MASTER_SITES= GNOME
+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>