# $Id: Portfile 38077 2008-07-05 21:37:56Z ryandesign@macports.org $ PortSystem 1.0 name gconf set my_name GConf version 2.22.0 set branch [join [lrange [split ${version} .] 0 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 nomaintainer categories gnome platforms darwin homepage http://www.gnome.org/projects/gconf/ distname ${my_name}-${version} master_sites gnome:sources/${my_name}/${branch}/ checksums md5 a56c043afeb1052abaf45407409b0331 \ sha1 2a9ca649ef58394e425a030dc99b863b499a8a56 \ rmd160 71f0c6f20882681efdffc957f6d86affd4a29a80 depends_build port:pkgconfig \ port:perl5.8 \ port:p5-xml-parser \ port:intltool depends_lib \ path:${prefix}/lib/pkgconfig/glib-2.0.pc:glib2 \ port:gettext \ port:libxml2 \ port:gtk2 \ port:orbit2 use_bzip2 yes configure.cppflags-append "-L${prefix}/lib" pre-destroot { destroot.keepdirs ${destroot}${prefix}/etc/gconf/gconf.xml.mandatory ${destroot}${prefix}/etc/gconf/gconf.xml.defaults } platform darwin 7 { configure.cflags-append "-DBIND_8_COMPAT=1" } livecheck.check regex livecheck.url http://ftp.gnome.org/pub/gnome/sources/${my_name}/${branch}/ livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}