# $Id: Portfile 62379 2010-01-05 21:12:53Z tommyd@macports.org $ PortSystem 1.0 name fife version 0.2.999 maintainers tommyd categories games python 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}