openbsd-ports/games/wormux/Makefile

42 lines
982 B
Makefile
Raw Normal View History

2010-11-08 18:12:31 -05:00
# $OpenBSD: Makefile,v 1.18 2010/11/08 23:12:32 espie Exp $
COMMENT= free software clone of Worms(R) game concept
DISTNAME= wormux-0.9.0
CATEGORIES= games
HOMEPAGE= http://wormux.org
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-11-08 18:12:31 -05:00
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/wormux/
EXTRACT_SUFX= .tar.bz2
2007-12-15 17:37:36 -05:00
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils
2010-11-08 18:12:31 -05:00
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 ${CFLAGS}" \
LDFLAGS="-L${LOCALBASE}/lib" \
MKDIR_P='mkdir -p'
CONFIGURE_ARGS+= --enable-servers
2010-10-18 14:00:15 -04:00
USE_GROFF = Yes
post-extract:
rm -Rf ${WRKSRC}/data/locale
.include <bsd.port.mk>