summaryrefslogtreecommitdiffstats
path: root/devel/gconf/Makefile
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-05-03 06:15:18 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-05-03 06:15:18 +0800
commitda4479102ace4ebf137bdbc83f6fce3430b1c1c4 (patch)
treebdc2ff32707296b7385b77579613d3a78cf20c01 /devel/gconf/Makefile
parent82700a32cd07c959e96f186cd77f240b4ebdd01d (diff)
downloadmarcuscom-ports-da4479102ace4ebf137bdbc83f6fce3430b1c1c4.tar
marcuscom-ports-da4479102ace4ebf137bdbc83f6fce3430b1c1c4.tar.gz
marcuscom-ports-da4479102ace4ebf137bdbc83f6fce3430b1c1c4.tar.bz2
marcuscom-ports-da4479102ace4ebf137bdbc83f6fce3430b1c1c4.tar.lz
marcuscom-ports-da4479102ace4ebf137bdbc83f6fce3430b1c1c4.tar.xz
marcuscom-ports-da4479102ace4ebf137bdbc83f6fce3430b1c1c4.tar.zst
marcuscom-ports-da4479102ace4ebf137bdbc83f6fce3430b1c1c4.zip
share/gnome/ -> share/
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8778 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gconf/Makefile')
-rw-r--r--devel/gconf/Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/devel/gconf/Makefile b/devel/gconf/Makefile
new file mode 100644
index 000000000..71b81f8d1
--- /dev/null
+++ b/devel/gconf/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: gconf
+# Date created: 28th June 2000
+# Whom: Ade Lovett <ade@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom: ports/devel/gconf/Makefile,v 1.2 2006/09/10 00:51:07 mezz Exp $
+#
+
+PORTNAME= gconf
+PORTVERSION= 1.0.9
+PORTREVISION= 10
+CATEGORIES= devel gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/GConf/1.0
+DISTNAME= GConf-${PORTVERSION}
+DIST_SUBDIR= gnome
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A configuration database system for GNOME
+
+LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile
+
+USE_AUTOTOOLS= libtool:15
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_XLIB= yes
+USE_GNOME= gnomeprefix gnomehack gnometarget glib12 gtk12 oaf libxml orbit
+USE_GETTEXT= yes
+USE_LDCONFIG= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+.include <bsd.port.mk>