# $Id: Portfile 33544 2008-01-29 18:59:26Z yves@macports.org $ PortSystem 1.0 name macfile-gimp version 0.1 maintainers nomaintainer description \"Show in Finder\" Gimp plugin long_description \ Quickie plugin to add a \"Show in Finder\" to the \ Gimp image window file menu. categories aqua graphics platforms macosx homepage http://leuksman.com/pages/MacFile master_sites sourceforge:gimp-mac-helper checksums md5 38b4d3f860fb1d8fe511915f2f8670c3 depends_lib lib:libgimp-2.0:gimp2 patch { reinplace "s|/sw|${prefix}|g" ${worksrcpath}/Makefile delete ${worksrcpath}/macfile } use_configure no destroot { xinstall -m 755 -d ${destroot}${prefix}/lib/gimp/2.0/plug-ins xinstall -m 755 ${worksrcpath}/macfile \ ${destroot}${prefix}/lib/gimp/2.0/plug-ins }