# $Id: Portfile 30375 2007-10-26 03:25:38Z yves@macports.org $ PortSystem 1.0 name macclipboard-gimp version 0.7 maintainers nomaintainer description Gimp <-> Mac clipboard long_description \ MacClipboard is a port of the WinClipboard plugin for Gimp 2.0 to Mac OS X. \ you can copy Gimp layers and paste them into Macintosh programs \ and paste images into Gimp from Mac programs. \ Access to system services for screen capture and scanning is also provided. categories aqua graphics platforms macosx homepage http://leuksman.com/pages/MacClipboard master_sites sourceforge:gimp-mac-helper checksums md5 5176f2dd865c5925cad5e6c5695e6e8d 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}/macclipboard \ ${destroot}${prefix}/lib/gimp/2.0/plug-ins }