# $Id: Portfile 35456 2008-03-28 18:59:49Z afb@macports.org $ PortSystem 1.0 name xfce-mcs-plugins version 4.4.2 categories xfce platforms darwin maintainers afb@macports.org description Plugins for multi channel settings manager long_description ${description} homepage http://www.xfce.org/ master_sites http://www.ca-us.xfce.org/archive/xfce-${version}/src/ use_bzip2 yes checksums md5 77fcc929058de530d4f91eb25de851a1 \ sha1 c44cb09e081366a0fbe88dcaa85b4fdd4307d0da \ rmd160 4a32448ba52fca491fe398948f5f85e210333868 depends_lib port:xfce-mcs-manager \ port:libxfce4mcs \ port:libxfcegui4 post-configure { # avoid error: "Undefined symbols: _mcs_plugin_check_version" system "cd $worksrcpath && patch -p0 -i $filespath/libtool.patch" }