summaryrefslogtreecommitdiffstats
path: root/devel/gconf2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gconf2/Makefile')
-rw-r--r--devel/gconf2/Makefile64
1 files changed, 64 insertions, 0 deletions
diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile
new file mode 100644
index 000000000..6663c8f30
--- /dev/null
+++ b/devel/gconf2/Makefile
@@ -0,0 +1,64 @@
+# 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.124 2010/11/15 22:14:03 kwm Exp $
+#
+
+PORTNAME= gconf2
+PORTVERSION= 2.32.2
+PORTREVISION?= 0
+CATEGORIES= devel gnome
+MASTER_SITES= GNOME
+MASTER_SITE_SUBDIR= sources/GConf/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
+DISTNAME= GConf-${PORTVERSION}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A configuration database system for GNOME
+
+USE_BZIP2= yes
+
+LICENSE= LGPL20
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+.if !defined(REFERENCE_PORT)
+
+LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
+ polkit-gobject-1.0:${PORTSDIR}/sysutils/polkit
+
+USE_GMAKE= yes
+USE_GETTEXT= yes
+USE_GNOME= gnomehier gnomehack orbit2 gtk20 libxml2 ltverhack \
+ referencehack intlhack dconf
+USE_LDCONFIG= yes
+USE_AUTOTOOLS= libtool
+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 gsettings-data-convert.1 \
+ gsettings-schema-convert.1
+
+OPTIONS= LDAP "Enable LDAP support" off
+
+.include <bsd.port.pre.mk>
+
+.if defined(WITH_LDAP)
+USE_OPENLDAP= yes
+CONFIGURE_ARGS+=--with-openldap
+PLIST_SUB+= LDAP=""
+.else
+CONFIGURE_ARGS+=--without-openldap
+PLIST_SUB+= LDAP="@comment "
+.endif
+
+post-install:
+ -${LOCALBASE}/bin/gio-querymodules ${PREFIX}/lib/gio/modules
+
+.include <bsd.port.post.mk>
+
+.endif
271aa52f30cef723a817'>- add stage supportaz2014-01-062-4/+2 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-5/+2 * - convert to the new perl5 frameworkaz2013-09-071-1/+2 * - Remove SITE_PERL from *_DEPENDSaz2012-07-011-1/+1 * - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.az2011-06-201-1/+1 * - Get Rid MD5 supportmiwi2011-03-201-1/+0 * - Add missing perl5 virtual categoriespgollucci2010-09-141-1/+1