Ticket #29334: Portfile

File Portfile, 1.7 KB (added by Christoph.Ender@…, 13 years ago)

Portfile for fizmo 0.6.9

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