openbsd-ports/games/bomberclone/Makefile
2013-03-21 08:45:11 +00:00

35 lines
741 B
Makefile

# $OpenBSD: Makefile,v 1.9 2013/03/21 08:45:17 ajacoutot Exp $
COMMENT= bomberman clone with multiplayer mode
DISTNAME= bomberclone-0.11.8
CATEGORIES= games x11
MAINTAINER= Simon Bertrang <simon@openbsd.org>
HOMEPAGE= http://www.bomberclone.de/
# GPL
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= SDL c m pthread SDL_image SDL_mixer
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bomberclone/}
EXTRACT_SUFX= .tar.bz2
LIB_DEPENDS= devel/sdl-image \
devel/sdl-mixer
USE_GMAKE= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --disable-debug
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
LIBS="-pthread"
post-install:
cd ${WRKINST}${LOCALBASE} && find share -type d -name CVS | xargs rm -rf
.include <bsd.port.mk>