# $Id: Portfile 29524 2007-09-26 19:39:57Z afb@macports.org $ PortSystem 1.0 name xfce4-session version 4.2.4 categories xfce platforms darwin maintainers nomaintainer@macports.org description Session manager for the Xfce desktop environment. long_description ${description} homepage http://www.xfce.org/ master_sites http://www.us.xfce.org/archive/xfce-4.2.4/src/ checksums md5 60b83ebba6032afa68819c3cd9ce39f9 \ sha1 61e20cbf624e74f69f65c8a338c0599c4bd44040 \ rmd160 c715e5ed4055e8689e5a0ac1d80e2e5f157b6c90 configure.args --disable-debug --enable-final depends_lib port:libxfce4mcs port:xfcegui4 pre-configure { reinplace "s,-flat_namespace -undefined suppress,-undefined dynamic_lookup,g" ${worksrcpath}/configure } pre-build { system "find ${worksrcpath} -name Makefile.in | xargs -n 1 perl -pe 's/-no-undefined/-undefined dynamic_lookup/' -i" }