[50164] trunk/dports/games

blb at macports.org blb at macports.org
Sun Apr 26 22:38:51 PDT 2009


Revision: 50164
          http://trac.macports.org/changeset/50164
Author:   blb at macports.org
Date:     2009-04-26 22:38:50 -0700 (Sun, 26 Apr 2009)
Log Message:
-----------
New port - games/fizmo, Console-based Z-Machine interpreter for Infocom games (ticket #19445)

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

Added: trunk/dports/games/fizmo/Portfile
===================================================================
--- trunk/dports/games/fizmo/Portfile	                        (rev 0)
+++ trunk/dports/games/fizmo/Portfile	2009-04-27 05:38:50 UTC (rev 50164)
@@ -0,0 +1,42 @@
+# $Id$
+
+PortSystem          1.0
+
+name                fizmo
+version             0.6.3
+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        ${homepage}
+
+checksums           md5 83796b8027b8e4238f1ee48ea820a2ea \
+                    sha1 7a9d5eebcfb1b8d30702aa5cbec2e3e435eebf46 \
+                    rmd160 408f97dca271a1a7522fb81fb00cfa2a55ef7df7
+
+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
+


Property changes on: trunk/dports/games/fizmo/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/20090426/8601470e/attachment.html>


More information about the macports-changes mailing list