freebsd-ports/games/bomberinstinct/Makefile
Danilo Egea Gondolfo 04f6cbeff9 - Add stage support
2013-11-16 15:35:32 +00:00

27 lines
623 B
Makefile

# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
PORTNAME= bomberinstinct
PORTVERSION= 0.8.9
PORTREVISION= 9
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/Bomber%20Instinct/BomberInstinct-${PORTVERSION}
DISTNAME= BomberInstinct-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Bomberman-like multiplayer game
WRKSRC= ${WRKDIR}/${DISTNAME}
USES= gettext gmake
USE_SDL= mixer sdl
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -lintl -pthread
post-patch:
@${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \
's|<SDL/|<|g'
.include <bsd.port.mk>