# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 name synfigstudio version 0.64.1 categories graphics platforms darwin maintainers ryandesign license GPL-2+ description synfig animation studio long_description ${name} is the animation studio for synfig and provides \ a GUI to create synfig animations which are saved in \ synfig .sif or .sifz format. homepage http://www.synfig.org/ master_sites sourceforge:project/synfig/releases/${version}/source/ checksums rmd160 7889cc3ad99831d82f0aae63e26cdeada6a9b8ca \ sha256 62a78528f9b7b1732a0924bd59fd6e8d8f5c8904ade605716992b562f5dd865a depends_build port:intltool \ port:pkgconfig depends_lib port:gtkmm \ port:synfig post-destroot { set docdir ${destroot}${prefix}/share/doc/${name} xinstall -d ${docdir} xinstall -m 644 -W ${worksrcpath} \ ABOUT-NLS \ AUTHORS \ COPYING \ ChangeLog \ ChangeLog.old \ NEWS \ README \ TODO \ ${docdir} foreach f [glob ${destroot}${prefix}/share/mime/*] { if {[file isfile ${f}]} { delete ${f} } } } post-activate { system "${prefix}/bin/update-mime-database ${prefix}/share/mime" } post-deactivate { system "${prefix}/bin/update-mime-database ${prefix}/share/mime" } livecheck.name synfig livecheck.type sourceforge livecheck.regex /${name}-(\[0-9.\]+)${extract.suffix}