diff options
author | wiz <wiz> | 2005-06-04 11:18:12 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-06-04 11:18:12 +0000 |
commit | da079669049b993631ca8e43947871fc4cc04f0d (patch) | |
tree | 65898d26344b83ed1e944d3919cad40915634cd5 /games/liquidwar/Makefile | |
parent | 15ca0e3d24341406bcb602aca8f1c6c41101745e (diff) | |
download | pkgsrc-da079669049b993631ca8e43947871fc4cc04f0d.tar.gz |
Initial import of liquidwar from pkgsrc-wip:
Liquid War is a unique multiplayer wargame. Its rules are truly
original and have been invented by Thomas Colcombet. You control
an army of liquid and have to try and eat your opponents. A single
player mode is available, but the game is definitely designed to
be multiplayer, and has network support.
Diffstat (limited to 'games/liquidwar/Makefile')
-rw-r--r-- | games/liquidwar/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/games/liquidwar/Makefile b/games/liquidwar/Makefile new file mode 100644 index 00000000000..a498715486a --- /dev/null +++ b/games/liquidwar/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/06/04 11:18:12 wiz Exp $ +# + +DISTNAME= liquidwar-5.6.2 +CATEGORIES= games +#MASTER_SITES= http://savannah.nongnu.org/download/liquidwar/ +MASTER_SITES= http://liquidwar.sunsite.dk/archive/ + +MAINTAINER= wiz@NetBSD.org +HOMEPAGE= http://www.ufoot.org/liquidwar/ +COMMENT= Unique multiplayer wargame + +USE_DIRS+= gnome2-1.5 +USE_TOOLS+= gmake +GNU_CONFIGURE= YES + +#CONFIGURE_ARGS+= --enable-debug + +.include "../../devel/allegro/buildlink3.mk" +.include "../../mk/pthread.buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |