summaryrefslogtreecommitdiffstats
path: root/devel/gconf2/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-01-16 05:35:09 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-01-16 05:35:09 +0800
commit595a678fd81afbf5a73aaed99830b95a3a149dfb (patch)
tree39da40828851ea4800f172d60d6e49b6dc5b1b5a /devel/gconf2/Makefile
parente2630c6a01cd3c9e2bcc0bb7b03cd6c4747f6467 (diff)
downloadmarcuscom-ports-595a678fd81afbf5a73aaed99830b95a3a149dfb.tar
marcuscom-ports-595a678fd81afbf5a73aaed99830b95a3a149dfb.tar.gz
marcuscom-ports-595a678fd81afbf5a73aaed99830b95a3a149dfb.tar.bz2
marcuscom-ports-595a678fd81afbf5a73aaed99830b95a3a149dfb.tar.lz
marcuscom-ports-595a678fd81afbf5a73aaed99830b95a3a149dfb.tar.xz
marcuscom-ports-595a678fd81afbf5a73aaed99830b95a3a149dfb.tar.zst
marcuscom-ports-595a678fd81afbf5a73aaed99830b95a3a149dfb.zip
- Update to 2.13.5
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5382 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gconf2/Makefile')
-rw-r--r--devel/gconf2/Makefile52
1 files changed, 52 insertions, 0 deletions
diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile
new file mode 100644
index 000000000..a9ba14eaa
--- /dev/null
+++ b/devel/gconf2/Makefile
@@ -0,0 +1,52 @@
+# New ports collection makefile for: gconf2
+# Date created: 28th June 2000
+# Whom: Ade Lovett <ade@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom: ports/devel/gconf2/Makefile,v 1.62 2005/11/03 18:43:02 mezz Exp $
+#
+
+PORTNAME= gconf2
+PORTVERSION= 2.13.5
+CATEGORIES= devel gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/GConf/2.13
+DISTNAME= GConf-${PORTVERSION}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A configuration database system for GNOME
+
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_X_PREFIX= yes
+USE_GNOME= gnomehier gnomehack orbit2 gtk20 libxml2 linc ltverhack
+INSTALLS_SHLIB= yes
+USE_AUTOTOOLS= libtool:15
+CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
+ --disable-gtk-doc
+# --enable-gconf-source=${PREFIX}/etc/gconf/schemas \
+
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+MAN1= gconftool-2.1
+
+.include <bsd.port.pre.mk>
+
+.if defined(WITH_LDAP) || exists(${LOCALBASE}/include/ldap.h)
+USE_OPENLDAP= yes
+
+PLIST_SUB+= LDAP=""
+.else
+PLIST_SUB+= LDAP="@comment "
+.endif
+
+pre-everything::
+.if !defined(WITH_LDAP)
+ @${ECHO_MSG}
+ @${ECHO_MSG} "You can enable ldap support by defining"
+ @${ECHO_MSG} "WITH_LDAP"
+ @${ECHO_MSG}
+.endif
+
+.include <bsd.port.post.mk>