e1f053b92a
2007-10-17 Christian Mauduit (ufoot@ufoot.org) * Released 5.6.4. * Updated config.guess & config.sub * NSIS packaging (windows .exe installer). 2007-10-15 Christian Mauduit (ufoot@ufoot.org) * MSVC -> MinGW * src/base.h now included in source tarball (for MS platforms...) 2007-10-06 Christian Mauduit (ufoot@ufoot.org) * Minor packaging & doc fixes. 2007-09-07 Christian Mauduit (ufoot@ufoot.org) * Included the (old) exploit http://www.securityfocus.com/bid/8629/ 2007-09-06 Christian Mauduit (ufoot@ufoot.org) * Copyright 2006 -> 2007 * Minor Makefile fix 2006-10-17 Christian Mauduit (ufoot@ufoot.org) * Gcc option -mpcu (deprecated) -> -march. 2006-10-16 Christian Mauduit (ufoot@ufoot.org) * Makefile patch for BSD by Thomas Klausner. 2006-04-04 Christian Mauduit (ufoot@ufoot.org) * Fixed atrocious bug in group_mesher. Almost 8 years old. 2006-04-02 Christian Mauduit (ufoot@ufoot.org) * Deleted lwtabto3.pcx which was a duplicate of lwtab006.pcx 2006-04-01 Christian Mauduit (ufoot@ufoot.org) * Deleted lwtab007.pcx which was a duplicate of lwtabto4.pcx 2006-03-08 Christian Mauduit (ufoot@ufoot.org) * Fixed segfault when graphics mode are not available. 2006-03-07 Christian Mauduit (ufoot@ufoot.org) * Created an NSIS installer script (not working yet). * Copyright 2005 -> 2006. * Minor patch, removed accent (ascii>127) from doc. 2005-12-11 Christian Mauduit (ufoot@ufoot.org) * Move Arch depot to Savannah. 2005-12-04 Christian Mauduit (ufoot@ufoot.org) * Changed ufoot.org/liquidwar to ufoot.org/liquidwar/v5
20 lines
497 B
Makefile
20 lines
497 B
Makefile
# $NetBSD: Makefile,v 1.5 2007/11/29 17:28:24 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= liquidwar-5.6.4
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www.ufoot.org/download/liquidwar/v5/5.6.4/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.ufoot.org/liquidwar/v5
|
|
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"
|