36 lines
754 B
Makefile
Raw Normal View History

2013-03-11 11:02:49 +00:00
# $OpenBSD: Makefile,v 1.8 2013/03/11 11:07:38 espie Exp $
COMMENT= bomberman clone with multiplayer mode
DISTNAME= bomberclone-0.11.8
CATEGORIES= games x11
2007-05-05 17:44:50 +00:00
MAINTAINER= Simon Bertrang <simon@openbsd.org>
HOMEPAGE= http://www.bomberclone.de/
# GPL
PERMIT_PACKAGE_CDROM= Yes
2010-11-08 13:51:52 +00:00
WANTLIB= SDL c m pthread SDL_image SDL_mixer
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bomberclone/}
EXTRACT_SUFX= .tar.bz2
2010-11-16 11:23:25 +00:00
LIB_DEPENDS= devel/sdl-image \
devel/sdl-mixer
USE_LIBTOOL= Yes
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>