# $Id: Portfile 41544 2008-11-05 22:45:35Z afb@macports.org $ PortSystem 1.0 name exo version 0.3.4 revision 1 categories xfce platforms darwin maintainers afb@macports.org description libexo is targeted at application development for Xfce long_description ${description} homepage http://www.xfce.org/ master_sites http://www.ca-us.xfce.org/archive/xfce-4.4.3/src/ use_bzip2 yes checksums md5 7a1af943b1df32b6f89ae91823118a22 \ sha1 4f7a3f46592fd0311be1f011f17431f211cc1fcb \ rmd160 e021f030a624c522c819ec0f3a8682a1007ae748 configure.args --mandir=${prefix}/share/man --enable-mcs-plugin --disable-python depends_lib port:p5-uri port:libxfce4util port:gtk2 port:pkgconfig pre-build { system "cd $worksrcpath && patch -p0 -i $portpath/files/undefined.patch" } platform darwin { configure.args-append --disable-visibility }