[74368] trunk/dports/graphics

ryandesign at macports.org ryandesign at macports.org
Tue Dec 14 02:54:51 PST 2010


Revision: 74368
          http://trac.macports.org/changeset/74368
Author:   ryandesign at macports.org
Date:     2010-12-14 02:54:46 -0800 (Tue, 14 Dec 2010)
Log Message:
-----------
synfigstudio: new port, version 0.62.02; see #27663

Added Paths:
-----------
    trunk/dports/graphics/synfigstudio/
    trunk/dports/graphics/synfigstudio/Portfile

Added: trunk/dports/graphics/synfigstudio/Portfile
===================================================================
--- trunk/dports/graphics/synfigstudio/Portfile	                        (rev 0)
+++ trunk/dports/graphics/synfigstudio/Portfile	2010-12-14 10:54:46 UTC (rev 74368)
@@ -0,0 +1,45 @@
+# -*- 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.62.02
+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:synfig
+
+checksums           sha1    2c4878fcd93aa4d226633ca5eee7003786a5acad \
+                    rmd160  b59e53a9ee6d6185dd2b4224a6af07da403341f7
+
+depends_build       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}
+}
+
+livecheck.distname  ${name}


Property changes on: trunk/dports/graphics/synfigstudio/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101214/11617f47/attachment.html>


More information about the macports-changes mailing list