# -*- 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 ETL version 0.04.16 categories graphics platforms darwin maintainers ryandesign license GPL-2+ supported_archs noarch description multi-platform class and template library long_description ${name} is a ${description} designed to add new datatypes \ and functions which combine well with the existing types \ and functions from the C++ Standard Template Library (STL). homepage http://www.synfig.org/ master_sites sourceforge:project/synfig/ETL/${version} checksums rmd160 0f3a6c9ece5e5c6228f2653fd7d8e0f6343ba046 \ sha256 28dcc7d61784104fe61594f27cdf63395ef45a83bd382a2495a1ad3d85d409e5 # ETL-config is a wrapper around pkg-config depends_run port:pkgconfig post-destroot { set docdir ${destroot}${prefix}/share/doc/${name} xinstall -d ${docdir} xinstall -m 644 -W ${worksrcpath} \ AUTHORS \ ChangeLog \ COPYING \ NEWS \ README \ ${docdir} } livecheck.name synfig livecheck.type sourceforge livecheck.regex /${name}-(\[0-9.\]+)${extract.suffix}