pkgsrc/games/wormux/Makefile
adam 4cb957d3d3 Changes 0.9.2.1:
* Fix build on 64 bits system

Changes 0.9.2:
* The rope of grapple no longer gets stuck in ground.
* Network games between specific computers which didn't work properly before
  should work now.
* A bug has been fixed which prevented the bugzilla team to have more then
  three players.
* Poisoned characters die now when they have to less health.
2010-07-26 10:01:45 +00:00

29 lines
877 B
Makefile

# $NetBSD: Makefile,v 1.21 2010/07/26 10:01:45 adam Exp $
DISTNAME= wormux-0.9.2.1
CATEGORIES= games
MASTER_SITES= http://download.gna.org/wormux/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.wormux.org/
COMMENT= Battle game
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= c c++
USE_PKGLOCALEDIR= yes
USE_TOOLS+= pkg-config msgfmt
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-servers
.include "../../audio/SDL_mixer/buildlink3.mk"
.include "../../devel/SDL/buildlink3.mk"
.include "../../devel/SDL_ttf/buildlink3.mk"
.include "../../devel/SDL_gfx/buildlink3.mk"
.include "../../graphics/SDL_image/buildlink3.mk"
.include "../../net/SDL_net/buildlink3.mk"
.include "../../textproc/libxml++/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"