30 lines
599 B
Makefile
30 lines
599 B
Makefile
# $OpenBSD: Makefile,v 1.11 2015/11/05 19:08:58 jca Exp $
|
|
|
|
COMMENT= bomberman clone with multiplayer mode
|
|
|
|
DISTNAME= bomberclone-0.11.9
|
|
CATEGORIES= games x11
|
|
REVISION= 0
|
|
|
|
HOMEPAGE= http://www.bomberclone.de/
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB= SDL SDL_image SDL_mixer c jpeg m png pthread
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bomberclone/}
|
|
|
|
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"
|
|
|
|
.include <bsd.port.mk>
|