[28297] trunk/dports/games
markd at macports.org
markd at macports.org
Mon Aug 27 16:48:58 PDT 2007
Shouldn't there be a description?
>nox at macports.org
>Date
>2007-08-27 16:38:50 -0700 (Mon, 27 Aug 2007)
>
>Log Message
>
>kanatest: New port!
>
>
>Added Paths
>
> trunk/dports/games/kanatest/
>
> [
>fcp://@bubbs.biola.edu,%235000280/Mailbox/%23224221713#trunkdportsgameskanatestPortfile
>]trunk/dports/games/kanatest/Portfile
>
>
>Diff
>
>
>Added: trunk/dports/games/kanatest/Portfile (0 => 28297)
>
>
>--- trunk/dports/games/kanatest/Portfile (rev 0)
>+++ trunk/dports/games/kanatest/Portfile 2007-08-27 23:38:50 UTC (rev
>28297)
>@@ -0,0 +1,32 @@
>+# $Id$
>+
>+PortSystem 1.0
>+
>+name kanatest
>+version 0.4.3
>+categories games education
>+platforms darwin
>+maintainers nox
>+
>+homepage http://clay.ll.pl/kanatest/
>+master_sites ${homepage}
>+
>+checksums md5 f41b133b4cc0bc05c6fec4a5692e2686 \
>+ sha1 96e8f4b8f84f014b41113daf85c81b8a50f73c6a \
>+ rmd160 7b8052ff0ef492b4f5a84ee3a72bd7e0f811cfc3
>+
>+depends_lib port:expat \
>+ port:gettext \
>+ port:glib2 \
>+ port:libiconv \
>+ port:libxml2 \
>+ port:pkgconfig \
>+ port:gtk2
>+
>+post-destroot {
>+ set docdir ${prefix}/share/doc/${name}-${version}
>+ xinstall -d ${destroot}${docdir}
>+ xinstall -m 0644 -W ${worksrcpath} AUTHORS COPYING ChangeLog README \
>+ ${destroot}${docdir}
>+}
>+
More information about the macports-dev
mailing list