openbsd-ports/games/wormux/Makefile
landry 0c1feaee00 Update to wormux 0.8.4, this release fixes various bugs, updates
some translations and sounds, and most of all adds a dedicated
network game server. See website for hints on how to use/configure it.
Remove now unneeded build_dep on automake-1.9.
2009-07-21 19:16:49 +00:00

38 lines
914 B
Makefile

# $OpenBSD: Makefile,v 1.12 2009/07/21 19:16:49 landry Exp $
COMMENT= free software clone of Worms(R) game concept
DISTNAME= wormux-0.8.4
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 crypto idn m png pthread ssl stdc++ z
MASTER_SITES= http://download.gna.org/wormux/
EXTRACT_SUFX= .tar.bz2
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils
LIB_DEPENDS= SDL_gfx::devel/sdl-gfx \
SDL_image::devel/sdl-image \
SDL_mixer::devel/sdl-mixer \
SDL_net::devel/sdl-net \
SDL_ttf::devel/sdl-ttf \
curl.>=5::net/curl \
xml2::textproc/libxml
MODULES= devel/gettext
CONFIGURE_STYLE= gnu
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include ${CFLAGS}" \
LDFLAGS="-L${LOCALBASE}/lib"
post-extract:
rm -Rf ${WRKSRC}/data/locale
.include <bsd.port.mk>