# -*- 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 synfig version 0.64.0 revision 4 categories graphics platforms darwin maintainers ryandesign license GPL-2+ description vector-based 2-D animation package long_description ${name} is a ${description}. It is designed to be capable \ of producing feature-film-quality animation. It eliminates \ the need for tweening, preventing the need to hand-draw \ each frame. ${name} features spatial and temporal \ resolution independence (sharp and smooth at any \ resolution or framerate), high dynamic range images, \ and a flexible plugin system. homepage http://www.synfig.org/ master_sites sourceforge:project/synfig/synfig/${version} checksums rmd160 9740e58b599e0ca883cab542cdf701d13c577861 \ sha256 af65f56e38d744fee350a52d7c9481a89980bc4f5ea690b5a8ecdc4034315719 depends_build port:pkgconfig depends_lib port:boost \ path:lib/pkgconfig/cairo.pc:cairo \ port:ETL \ port:freetype \ port:fontconfig \ port:gettext \ port:ImageMagick \ port:libmng \ port:libpng \ port:libsigcxx2 \ port:libtool \ port:libxmlxx2 \ port:openexr \ path:lib/pkgconfig/pango.pc:pango patchfiles patch-MagickCore.diff use_autoreconf yes pre-configure { # http://www.synfig.org/issues/thebuggenie/synfig/issues/71 configure.cppflags-append [exec ${prefix}/bin/Magick++-config --cppflags] } 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} } livecheck.name synfig livecheck.type sourceforge livecheck.regex /${name}-(\[0-9.\]+)${extract.suffix}