# $Id: Portfile,v 1.25 2005/07/18 19:44:52 olegb Exp $ PortSystem 1.0 name gconf version 2.10.1 description GConf is a configuration database system. long_description GConf is a configuration database system, \ functionally similar to the Windows registry \ but lots better. :-) It's being written for \ the GNOME desktop but does not require GNOME. maintainers gnome-darwinports@opendarwin.org categories gnome platforms darwin homepage http://www.gnome.org/projects/gconf/ distname GConf-${version} master_sites gnome:sources/GConf/2.10/ checksums md5 c411bd6e9e25362ea613bb9a084be904 depends_lib lib:libgtk2:gtk2 lib:libbonobo:libbonobo lib:libpng:libpng lib:libiconv.2:libiconv use_bzip2 yes configure.args --mandir=${prefix}/share/man configure.env CPPFLAGS="-I${prefix}/include -L${prefix}/lib" \ CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress" \ PKG_CONFIG_PATH="${prefix}/lib/pkgconfig:/usr/lib/pkgconfig" pre-destroot { destroot.keepdirs ${destroot}/${prefix}/etc/gconf/gconf.xml.mandatory ${destroot}/${prefix}/etc/gconf/gconf.xml.defaults } platform darwin 7 { configure.env-append CFLAGS="-DBIND_8_COMPAT=1" }