Ticket #19445: Portfile

File Portfile, 1.7 KB (added by chrender-macports-1@…, 15 years ago)

fizmo Portfile

Line 
1# $Id$
2
3PortSystem          1.0
4
5name                fizmo
6version             0.6.3
7categories          games
8maintainers         spellbreaker.org:Christoph.Ender
9description         Console-based Z-Machine interpreter for Infocom games.
10long_description    Fizmo is a Z-Machine interpreter (Fizmo Interprets \
11                    Z-Machine Opcodes) which allows you to run Infocom- and \
12                    most other Z-Machine based games -- except version 6 -- on \
13                    POSIX-like systems which provide a ncursesw (note the 'w') \
14                    library. It has been successfully compiled on Debian based \
15                    Linux, Mac OS X (with MacPorts providing ncursesw) and \
16                    Windows (using Cygwin and a self-compiled ncursesw \
17                    library). This is a console-style application, meaning \
18                    that it runs in textmode and does not provide any GUI \
19                    whatsoever. For more information about Infocom and \
20                    interactive fiction, see the 'New to IF' section at \
21                    http://www.ifarchive.org. Games are available from \
22                    http://www.ifarchive.org/indexes/if-archiveXgamesXzcode.html
23homepage            http://spellbreaker.org/~chrender/fizmo/
24platforms           darwin linux
25master_sites        http://spellbreaker.org/~chrender/fizmo/
26
27checksums           md5 83796b8027b8e4238f1ee48ea820a2ea \
28                    sha1 7a9d5eebcfb1b8d30702aa5cbec2e3e435eebf46 \
29                    rmd160 408f97dca271a1a7522fb81fb00cfa2a55ef7df7
30
31depends_lib         port:ncursesw \
32                    port:libsdl_sound \
33                    port:libsndfile
34
35use_configure       no
36build.args          CONFIG_FILE=config.macports.mk
37