# $Id$ PortSystem 1.0 name batik version 1.7 platforms darwin maintainers nomaintainer categories java graphics description Java SVG Toolkit long_description Batik is a Java-based toolkit for applications or \ applets that want to use images in the Scalable \ Vector Graphics (SVG) format for various purposes, \ such as display, generation or manipulation. homepage http://xmlgraphics.apache.org/batik master_sites http://apache.phphosts.org//xmlgraphics/batik/ distname ${name}-src-${version} worksrcdir ${name}-${version} checksums md5 c117ca2241907f62a2b3031167ebf917 \ sha1 806f57b0200cc755903c2f6f55463f0dd5f6f7d6 \ rmd160 aba34d2e0cecf56ef3c79447bbaae2575c4933a1 depends_lib bin:ant:apache-ant use_configure no use_zip yes build.cmd ant build.target jars all-jar universal_variant no destroot { xinstall -m 755 -d \ ${destroot}${prefix}/share/java \ ${destroot}${prefix}/share/doc \ ${destroot}${prefix}/share/java/batik \ ${destroot}${prefix}/share/doc/${name}-${version} xinstall -m 644 \ ${worksrcpath}/${name}-${version}/lib/batik-all.jar \ ${worksrcpath}/${name}-${version}/lib/batik-anim.jar \ ${worksrcpath}/${name}-${version}/lib/batik-awt-util.jar \ ${worksrcpath}/${name}-${version}/lib/batik-bridge.jar \ ${worksrcpath}/${name}-${version}/lib/batik-codec.jar \ ${worksrcpath}/${name}-${version}/lib/batik-css.jar \ ${worksrcpath}/${name}-${version}/lib/batik-dom.jar \ ${worksrcpath}/${name}-${version}/lib/batik-ext.jar \ ${worksrcpath}/${name}-${version}/lib/batik-extension.jar \ ${worksrcpath}/${name}-${version}/lib/batik-gui-util.jar \ ${worksrcpath}/${name}-${version}/lib/batik-gvt.jar \ ${worksrcpath}/${name}-${version}/lib/batik-parser.jar \ ${worksrcpath}/${name}-${version}/lib/batik-script.jar \ ${worksrcpath}/${name}-${version}/lib/batik-svg-dom.jar \ ${worksrcpath}/${name}-${version}/lib/batik-svggen.jar \ ${worksrcpath}/${name}-${version}/lib/batik-swing.jar \ ${worksrcpath}/${name}-${version}/lib/batik-transcoder.jar \ ${worksrcpath}/${name}-${version}/lib/batik-util.jar \ ${worksrcpath}/${name}-${version}/lib/batik-xml.jar \ ${destroot}${prefix}/share/java/${name}/ xinstall -m 644 \ ${worksrcpath}/KEYS \ ${worksrcpath}/LICENSE \ ${worksrcpath}/MAINTAIN \ ${worksrcpath}/NOTICE \ ${worksrcpath}/README \ ${destroot}${prefix}/share/doc/${name}-${version} }