summaryrefslogtreecommitdiffstats
path: root/devel/gconf/Makefile
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-26 01:16:36 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-26 01:16:36 +0800
commit181f22437c81a50126939fff44f9bb9fa937ee74 (patch)
treef4f62ee25cce76550c5a0e03e6af7e95793c0f0a /devel/gconf/Makefile
parentd821bb7d23d9fb577710251f3fbe34c51e7e867b (diff)
downloadmarcuscom-ports-181f22437c81a50126939fff44f9bb9fa937ee74.tar
marcuscom-ports-181f22437c81a50126939fff44f9bb9fa937ee74.tar.gz
marcuscom-ports-181f22437c81a50126939fff44f9bb9fa937ee74.tar.bz2
marcuscom-ports-181f22437c81a50126939fff44f9bb9fa937ee74.tar.lz
marcuscom-ports-181f22437c81a50126939fff44f9bb9fa937ee74.tar.xz
marcuscom-ports-181f22437c81a50126939fff44f9bb9fa937ee74.tar.zst
marcuscom-ports-181f22437c81a50126939fff44f9bb9fa937ee74.zip
USE_X_PREFIX -> USE_XLIB, bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6801 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gconf/Makefile')
-rw-r--r--devel/gconf/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/devel/gconf/Makefile b/devel/gconf/Makefile
new file mode 100644
index 000000000..8f22753d5
--- /dev/null
+++ b/devel/gconf/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: gconf
+# Date created: 28th June 2000
+# Whom: Ade Lovett <ade@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= gconf
+PORTVERSION= 1.0.9
+PORTREVISION= 9
+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_BZIP2= yes
+USE_GMAKE= yes
+USE_XLIB= yes
+USE_GNOME= gnomeprefix gnomehack gnometarget glib12 gtk12 oaf libxml orbit
+USE_GETTEXT= yes
+INSTALLS_SHLIB= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+.include <bsd.port.mk>