# $Id: Portfile 28239 2007-08-25 18:11:37Z yves@macports.org $ PortSystem 1.0 name macfile-gimp version 0.1 maintainers yves openmaintainer@macports.org 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 } use_configure no build.target clean all 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 }