summaryrefslogtreecommitdiffstats
path: root/sysutils/gconf-editor/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-05-30 15:39:20 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-05-30 15:39:20 +0800
commit745d054e059152b4ef4af909c492514ac3b4f931 (patch)
tree681104544406061e648019fa5747504d37fc15d8 /sysutils/gconf-editor/Makefile
parente1680d3303f6b853f27a415a5c3cedd2b29171fb (diff)
downloadmarcuscom-ports-745d054e059152b4ef4af909c492514ac3b4f931.tar
marcuscom-ports-745d054e059152b4ef4af909c492514ac3b4f931.tar.gz
marcuscom-ports-745d054e059152b4ef4af909c492514ac3b4f931.tar.bz2
marcuscom-ports-745d054e059152b4ef4af909c492514ac3b4f931.tar.lz
marcuscom-ports-745d054e059152b4ef4af909c492514ac3b4f931.tar.xz
marcuscom-ports-745d054e059152b4ef4af909c492514ac3b4f931.tar.zst
marcuscom-ports-745d054e059152b4ef4af909c492514ac3b4f931.zip
Update to 2.7.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2323 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/gconf-editor/Makefile')
-rw-r--r--sysutils/gconf-editor/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/sysutils/gconf-editor/Makefile b/sysutils/gconf-editor/Makefile
new file mode 100644
index 000000000..46d59cb10
--- /dev/null
+++ b/sysutils/gconf-editor/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: gconf-editor
+# Date created: 12 May 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD: ports/sysutils/gconf-editor/Makefile,v 1.28 2004/04/16 17:32:55 marcus Exp $
+#
+
+PORTNAME= gconf-editor
+PORTVERSION= 2.7.0
+PORTEPOCH= 1
+CATEGORIES= sysutils gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.7
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A gconf database editor for the GNOME 2 environment
+
+USE_BZIP2= yes
+USE_X_PREFIX= yes
+USE_GMAKE= yes
+USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui
+USE_LIBTOOL_VER=13
+USE_REINPLACE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+MAN1= gconf-editor.1
+
+.include <bsd.port.mk>