1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name fizmo |
---|
6 | version 0.6.3 |
---|
7 | categories games |
---|
8 | maintainers spellbreaker.org:Christoph.Ender |
---|
9 | description Console-based Z-Machine interpreter for Infocom games. |
---|
10 | long_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 |
---|
23 | homepage http://spellbreaker.org/~chrender/fizmo/ |
---|
24 | platforms darwin linux |
---|
25 | master_sites http://spellbreaker.org/~chrender/fizmo/ |
---|
26 | |
---|
27 | checksums md5 83796b8027b8e4238f1ee48ea820a2ea \ |
---|
28 | sha1 7a9d5eebcfb1b8d30702aa5cbec2e3e435eebf46 \ |
---|
29 | rmd160 408f97dca271a1a7522fb81fb00cfa2a55ef7df7 |
---|
30 | |
---|
31 | depends_lib port:ncursesw \ |
---|
32 | port:libsdl_sound \ |
---|
33 | port:libsndfile |
---|
34 | |
---|
35 | use_configure no |
---|
36 | build.args CONFIG_FILE=config.macports.mk |
---|
37 | |
---|