Source
# -*- 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
PortSystem 1.0
PortGroup github 1.0
github.setup synfig synfig 1.2.0 v
categories graphics
platforms darwin
maintainers ryandesign openmaintainer
license GPL-2+
homepage http://www.synfig.org/
master_sites sourceforge:project/synfig/releases/${version}/source/
dist_subdir ${subport}
if {${subport} eq ${name}} {
revision 4
description vector-based 2-D animation package
long_description Synfig 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. Synfig features spatial \
and temporal resolution independence (sharp and smooth \
at any resolution or framerate), high dynamic range \
images, and a flexible plugin system.
checksums rmd160 51f687541f7ea74b65caa3fee1cad694f8534745 \
sha256 611ea9f156188c9ecbb99a21116b5330e5070c51a0ffa721c7791c46ec231dbf
depends_build port:pkgconfig
depends_lib port:boost \
path:lib/pkgconfig/cairo.pc:cairo \
port:ETL \
path:lib/libavcodec.dylib:ffmpeg \
port:freetype \
port:fontconfig \
port:gettext \
port:ImageMagick \
port:jpeg \
port:libdv \
port:libiconv \
port:libmng \
port:libpng \
port:libsigcxx2 \
port:libtool \
port:libxmlxx2 \
port:mlt \
port:openexr \
path:lib/pkgconfig/pango.pc:pango
patchfiles template.patch
configure.args --with-boost=${prefix}
post-destroot {
set docdir ${destroot}${prefix}/share/doc/${subport}
xinstall -d ${docdir}
xinstall -m 644 -W ${worksrcpath} \
ABOUT-NLS \
AUTHORS \