98d5694d99
This is the same port as games/wormux and will update it, as upstream was renamed. Have the mascots of your favorite free software battle in the Warmux arena. Using dynamite, grenades, baseball bat and others bazookas,... exterminate your opponent in a 2D toon style scenery and a funny environment.
41 lines
1013 B
Makefile
41 lines
1013 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2011/05/30 09:14:11 landry Exp $
|
|
|
|
COMMENT= free software clone of Worms(R) game concept
|
|
|
|
DISTNAME= warmux-11.04.1
|
|
WRKDIST= ${WRKDIR}/warmux-11.04
|
|
CATEGORIES= games
|
|
|
|
HOMEPAGE= http://wormux.org
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= SDL X11 c m png pthread stdc++ SDL_gfx SDL_image \
|
|
SDL_mixer SDL_net SDL_ttf curl>=5 xml2
|
|
|
|
MASTER_SITES= http://download.gna.org/warmux/ \
|
|
http://download.gna.org/warmux/archive/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
RUN_DEPENDS= devel/desktop-file-utils
|
|
LIB_DEPENDS= devel/sdl-gfx \
|
|
devel/sdl-image \
|
|
devel/sdl-mixer \
|
|
devel/sdl-net \
|
|
devel/sdl-ttf \
|
|
net/curl \
|
|
textproc/libxml
|
|
|
|
MODULES= devel/gettext
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -DSIZE_T_FIXEDPOINT_METHODS ${CFLAGS}" \
|
|
LDFLAGS="-L${LOCALBASE}/lib" \
|
|
MKDIR_P='mkdir -p'
|
|
CONFIGURE_ARGS+= --enable-servers
|
|
USE_GROFF = Yes
|
|
|
|
.include <bsd.port.mk>
|