# $Id: Portfile,v 1.24 2005/03/12 17:00:54 olegb Exp $ PortSystem 1.0 name gconf version 2.10.0 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 a7cd37be4e317195a6668a086fc72033 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" }