# $Id: Portfile 33554 2008-01-30 04:59:39Z ryandesign@macports.org $ PortSystem 1.0 name gimp version 2.4 revision 4 categories graphics maintainers nomaintainer homepage http://www.gimp.org/ platforms darwin description The Gimp - Batteries Included long_description \ This is a META port for the gimp2 which includes help and documentation, \ support for icns, jp2000 and RAW formats, content-aware rescaling \ Gutenprint and scanner frontends and even a nice theme (Nodoka). \ Mac OS X users also get a Gimp.app bundle, a \"Show in Finder\" menu \ and clipboard integration. depends_lib port:icns-gimp \ port:gimp-jp2 \ port:gimp-lqr-plugin \ port:gtk-nodoka-engine \ port:gutenprint \ port:ufraw \ port:xsane platform macosx { depends_lib-append port:gimp-app \ port:macclipboard-gimp \ port:macfile-gimp } distfiles master_sites use_configure no build {} destroot { xinstall -d ${destroot}${prefix}/share/gimp/2.0/themes/Nodoka system "cd ${destroot}${prefix}/share/gimp/2.0/themes/Nodoka && ln -s ${prefix}/share/themes/Nodoka/gtk-2.0/gtkrc" } variant animation description "Include the Gimp Animation Package (gimp-gap)." { depends_lib-append port:gimp-gap } variant manual description {Include the help files.} { depends_lib-append port:gimp-user-manual }