1 | --- Portfile-0.6.8 2011-05-01 22:35:10.000000000 +0200 |
---|
2 | +++ Portfile-0.6.9 2011-05-01 22:34:59.000000000 +0200 |
---|
3 | @@ -3,7 +3,7 @@ |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name fizmo |
---|
7 | -version 0.6.8 |
---|
8 | +version 0.6.9 |
---|
9 | categories games |
---|
10 | maintainers spellbreaker.org:Christoph.Ender |
---|
11 | description Console-based Z-Machine interpreter for Infocom games. |
---|
12 | @@ -24,19 +24,15 @@ |
---|
13 | platforms darwin linux |
---|
14 | master_sites http://spellbreaker.org/~chrender/fizmo/source/ |
---|
15 | |
---|
16 | -checksums md5 ba6799b3a6bfe378fb79ddc7ad84a394 \ |
---|
17 | - sha1 52fca14c4500d48367621661333b262d18b60b72 \ |
---|
18 | - rmd160 f7fd35dfeb0b68a559e827101906a4273bac7bcf |
---|
19 | +checksums sha1 061ed507523663ffcd00df1e553f8ff63fadf79d \ |
---|
20 | + rmd160 7679cfe89cfef3f45a9dff9c5156e1362301fba2 |
---|
21 | |
---|
22 | -depends_lib port:ncursesw \ |
---|
23 | - port:libsdl_sound \ |
---|
24 | - port:libsndfile \ |
---|
25 | - port:libxml2 |
---|
26 | +depends_lib port:libsdl_sound \ |
---|
27 | + port:libsndfile |
---|
28 | |
---|
29 | post-patch { |
---|
30 | reinplace "s|/opt/local|${prefix}|g" ${worksrcpath}/config.macports.mk |
---|
31 | - reinplace "s|/usr/include/libxml2|${prefix}/include/libxml2|g" ${worksrcpath}/config.macports.mk |
---|
32 | + copy ${worksrcpath}/config.macports.mk ${worksrcpath}/config.mk |
---|
33 | } |
---|
34 | use_configure no |
---|
35 | -build.args CONFIG_FILE=config.macports.mk |
---|
36 | |
---|