# $Id: Portfile,v 1.22 2005/10/17 21:48:11 yves Exp $ PortSystem 1.0 name gnome-panel version 2.12.0 description Panel component for the GNOME 2 Desktop. long_description Panel component for the GNOME 2 Desktop. maintainers gnome-darwinports@opendarwin.org categories gnome platforms darwin homepage http://www.gnome.org/ master_sites gnome:sources/gnome-panel/2.12/ checksums rmd160 c6de6f332a936f1d7c16f5e66b99983e7e537035 depends_lib \ port:Xft2 lib:libcairo:cairo lib:libexpat:expat port:fontconfig \ port:freetype lib:libjpeg:jpeg lib:libiconv:libiconv lib:libpng:libpng \ port:p5-xml-parser bin:perl:perl5.8 port:xrender port:zlib \ lib:libtiff:tiff port:popt port:startup-notification port:pkgconfig \ port:pango port:libxml2 port:libxslt bin:orbit-idl-2:orbit2 \ port:esound port:audiofile port:glib2 port:gettext port:atk port:gconf \ port:gnome-doc-utils port:gnome-keyring port:gnome-vfs port:gnome-vfs \ port:gtk2 port:libart_lgpl port:libbonobo port:libbonoboui \ port:libgnome port:libgnomecanvas port:libgnomeui port:libwnck use_bzip2 yes configure.args \ --mandir=${prefix}/share/man \ --with-gconf-source="xml::${destroot}/${prefix}/etc/gconf/gconf.xml.defaults" configure.env CPPFLAGS="-L${prefix}/lib -I${prefix}/include" pre-destroot { file mkdir -f ${destroot}${prefix}/etc/gconf/gconf.xml.defaults/ } post-destroot { file delete -force ${destroot}${prefix}/var/scrollkeeper } platform darwin 6 { depends_lib-append lib:libdl:dlcompat \ lib:libiconv:libiconv patchfiles-append langinfo.diff }