summaryrefslogtreecommitdiffstats
path: root/sysutils/gconf-editor/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-12-18 10:45:39 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-12-18 10:45:39 +0800
commitb649a483a1580c252cbe80052f4767c4490d83b1 (patch)
tree3593622825f15c58af1ba56890290706cafbe543 /sysutils/gconf-editor/Makefile
parent4687a03e7d09d49c5343574101ee4d4c8e8ac1e4 (diff)
downloadmarcuscom-ports-b649a483a1580c252cbe80052f4767c4490d83b1.tar
marcuscom-ports-b649a483a1580c252cbe80052f4767c4490d83b1.tar.gz
marcuscom-ports-b649a483a1580c252cbe80052f4767c4490d83b1.tar.bz2
marcuscom-ports-b649a483a1580c252cbe80052f4767c4490d83b1.tar.lz
marcuscom-ports-b649a483a1580c252cbe80052f4767c4490d83b1.tar.xz
marcuscom-ports-b649a483a1580c252cbe80052f4767c4490d83b1.tar.zst
marcuscom-ports-b649a483a1580c252cbe80052f4767c4490d83b1.zip
Update to 2.17.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8055 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/gconf-editor/Makefile')
-rw-r--r--sysutils/gconf-editor/Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/sysutils/gconf-editor/Makefile b/sysutils/gconf-editor/Makefile
new file mode 100644
index 000000000..43cd3aee7
--- /dev/null
+++ b/sysutils/gconf-editor/Makefile
@@ -0,0 +1,34 @@
+# 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.56 2006/09/05 00:53:22 ahze Exp $
+#
+
+PORTNAME= gconf-editor
+PORTVERSION= 2.17.0
+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>