[62334] trunk/dports/games

tommyd at macports.org tommyd at macports.org
Mon Jan 4 14:22:48 PST 2010


Revision: 62334
          http://trac.macports.org/changeset/62334
Author:   tommyd at macports.org
Date:     2010-01-04 14:22:45 -0800 (Mon, 04 Jan 2010)
Log Message:
-----------
* new port: FIFE, the Flexible Isometric Free Engine

Added Paths:
-----------
    trunk/dports/games/fife/
    trunk/dports/games/fife/Portfile

Added: trunk/dports/games/fife/Portfile
===================================================================
--- trunk/dports/games/fife/Portfile	                        (rev 0)
+++ trunk/dports/games/fife/Portfile	2010-01-04 22:22:45 UTC (rev 62334)
@@ -0,0 +1,51 @@
+# $Id$
+
+PortSystem              1.0
+
+name                    fife
+version                 0.2.999
+maintainers             tommyd
+categories              python games
+platforms               darwin
+homepage                http://www.fifengine.de/
+
+description             The FIFE game engine
+long_description        FIFE stands for Flexible Isometric Free Engine and \
+                        is a cross platform game creation framework.
+
+master_sites            http://thomaskeller.biz/stuff
+use_bzip2               yes
+
+checksums               md5     28e772860b3bff9f41dd07e5415f6d1e \
+                        sha1    88afd8578079651f98f0d3c63a7fc8892c83b645 \
+                        rmd160  6e796b97805b92803bb15034c3db0cc9d3cf1b36
+
+depends_build           port:scons
+
+depends_lib             port:python26 \
+                        port:libsdl \
+                        port:libsdl_image \
+                        port:libsdl_ttf \
+                        port:boost \
+                        port:libogg \
+                        port:libvorbis \
+                        port:libguichan \
+                        port:swig-python
+
+use_configure           no
+use_parallel_build      no
+
+build.cmd               scons
+build.target            fife
+build.args              --prefix=${prefix} \
+                        --python-prefix=${prefix}/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/ \
+                        --release
+build.env               CC=${configure.cc} CXX=${configure.cxx} \
+                        CPP=${configure.cpp} SWIG=${prefix}/bin/swig
+
+destroot.cmd            scons
+destroot.target         install-all
+destroot.args           --prefix=${prefix} \
+                        --python-prefix=${prefix}/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/ \
+                        --release
+destroot.env            DESTDIR=${destroot}


Property changes on: trunk/dports/games/fife/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/20100104/2ad94003/attachment.html>


More information about the macports-changes mailing list