# $Id$ PortSystem 1.0 name fizmo version 0.6.5 categories games maintainers spellbreaker.org:Christoph.Ender description Console-based Z-Machine interpreter for Infocom games. long_description Fizmo is a Z-Machine interpreter (Fizmo Interprets \ Z-Machine Opcodes) which allows you to run Infocom- and \ most other Z-Machine based games -- except version 6 -- on \ POSIX-like systems which provide a ncursesw (note the 'w') \ library. It has been successfully compiled on Debian based \ Linux, Mac OS X (with MacPorts providing ncursesw) and \ Windows (using Cygwin and a self-compiled ncursesw \ library). This is a console-style application, meaning \ that it runs in textmode and does not provide any GUI \ whatsoever. For more information about Infocom and \ interactive fiction, see the 'New to IF' section at \ http://www.ifarchive.org. Games are available from \ http://www.ifarchive.org/indexes/if-archiveXgamesXzcode.html homepage http://spellbreaker.org/~chrender/fizmo/ platforms darwin linux master_sites http://spellbreaker.org/~chrender/fizmo/source/ checksums md5 4284a5c79969172459789d58d358d83b \ sha1 4c66725e35ab17cd3c679da1027d8118ae607a19 \ rmd160 e6b4ed9a78d510b6b1485cdd322ff3c55f493554 depends_lib port:ncursesw \ port:libsdl_sound \ port:libsndfile \ port:libxml2 post-patch { reinplace "s|/opt/local|${prefix}|g" ${worksrcpath}/config.macports.mk reinplace "s|/usr/include/libxml2|${prefix}/include/libxml2|g" ${worksrcpath}/config.macports.mk } use_configure no build.args CONFIG_FILE=config.macports.mk