Ticket #8703: Portfile.2

File Portfile.2, 1.5 KB (added by spiralyoda-opendarwin@…, 18 years ago)

Updated Portfile with info from Bug #8568

Line 
1# $Id: Portfile,v 1.2 2006/02/16 17:26:38 olegb Exp $
2
3PortSystem          1.0
4
5name                wormux
6categories          games
7version             0.7.1
8platforms           darwin
9maintainers         pierre@queinnec.org
10description         Wormux is a Worms-clone.
11long_description    \
12    Wormux is free software clone of this game concept. Though currently under heavy \
13    development, it is already very playable, with lots of weapons (Dynamite, Baseball \
14    Bat, Teleportation, etc.). There are also lots of maps available for your battling \
15    pleasure! Wormux takes the genre to the next level, with great customisation options \
16    leading to great gameplay. There is a wide selection of teams, from the Aliens to \
17    the Chickens. Also, new battlefields can be downloaded from the Internet, making \
18    strategy an important part of each battle. Though two human players are currently \
19    needed to play (unless you have a split personality :) the creation of artificial \
20    players and network play are future goals.
21
22homepage            http://www.wormux.org
23master_sites        http://download.gna.org/wormux
24checksums           md5 0e50fbdb63424e71ce19c0c48106793e
25
26# you might need to recompile libsdl_mixer, if mikmod was upgraded afterwards
27depends_lib         port:libsdl_ttf port:libsdl_image port:libsdl_gfx \
28                    port:libsdl_mixer port:libsdl_net port:libxmlxx2
29configure.args      --prefix=${prefix} --with-datadir-name=${prefix}/share/${name} \
30                    --with-localedir-name=${prefix}/share/locale