Revision: 32254 http://trac.macosforge.org/projects/macports/changeset/32254 Author: raimue@macports.org Date: 2007-12-22 18:55:21 -0800 (Sat, 22 Dec 2007) Log Message: ----------- games/liquidwar: New port Added Paths: ----------- trunk/dports/games/liquidwar/ trunk/dports/games/liquidwar/Portfile Added: trunk/dports/games/liquidwar/Portfile =================================================================== --- trunk/dports/games/liquidwar/Portfile (rev 0) +++ trunk/dports/games/liquidwar/Portfile 2007-12-23 02:55:21 UTC (rev 32254) @@ -0,0 +1,40 @@ +# $Id$ + +PortSystem 1.0 + +name liquidwar +version 5.6.4 +categories games +platforms darwin +maintainers raimue +description \ + Liquid War is a unique multiplayer wargame. \ + You control an army of liquid and have to try and eat your opponents. +long_description \ + Liquid War is a unique multiplayer wargame. \ + You control an army of liquid and have to try and eat your opponents. \ + The rules of Liquid War are truely original and have been invented \ + by Thomas Colcombet. A single player mode is available, but the \ + game is definitely designed to be multiplayer, and has network support. + +homepage http://www.ufoot.org/liquidwar/ +master_sites http://www.ufoot.org/download/${name}/v5/${version} \ + http://download.savannah.nongnu.org/releases/liquidwar/ +checksums md5 6917dd1026e6685404ffbd086f8ba374 + +depends_build port:gmake +depends_lib port:allegro + +patch { + reinplace -E "s|^GAMEDIR =(.*)$|GAMEDIR = \$(exec_prefix)/bin|" ${worksrcpath}/Makefile.in + reinplace -E "s|^GAMEDIR =(.*)$|GAMEDIR = \$(exec_prefix)/bin|" ${worksrcpath}/src/Makefile.in + + reinplace -E "s|^DATADIR =(.*)$|DATADIR = \$(datadir)/liquidwar|" ${worksrcpath}/Makefile.in + reinplace -E "s|^DATADIR =(.*)$|DATADIR = \$(datadir)/liquidwar|" ${worksrcpath}/src/Makefile.in +} + +configure.cflags-append -DALLEGRO_UNIX +configure.args-append --disable-target-opt --disable-asm +build.args CFLAGS="-DALLEGRO_UNIX" \ + DOC_TXT=no DOC_HTML=no DOC_MAN=yes DOC_INFO=no DOC_PS=no DOC_PDF=no +destroot.target install_nolink Property changes on: trunk/dports/games/liquidwar/Portfile ___________________________________________________________________ Name: svn:keywords + Id Name: svn:eol-style + native
participants (1)
-
raimue@macports.org