[74362] trunk/dports/graphics/ETL/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Dec 14 01:31:00 PST 2010


Revision: 74362
          http://trac.macports.org/changeset/74362
Author:   ryandesign at macports.org
Date:     2010-12-14 01:30:54 -0800 (Tue, 14 Dec 2010)
Log Message:
-----------
ETL: add description; install doc files

Modified Paths:
--------------
    trunk/dports/graphics/ETL/Portfile

Modified: trunk/dports/graphics/ETL/Portfile
===================================================================
--- trunk/dports/graphics/ETL/Portfile	2010-12-14 09:22:09 UTC (rev 74361)
+++ trunk/dports/graphics/ETL/Portfile	2010-12-14 09:30:54 UTC (rev 74362)
@@ -5,12 +5,19 @@
 
 name                ETL
 version             0.04.13
+revision            1
 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:synfig
 
@@ -20,4 +27,16 @@
 # 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.distname  ${name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101214/6585bf7d/attachment.html>


More information about the macports-changes mailing list