freebsd-ports/games/bomberinstinct/Makefile

28 lines
624 B
Makefile
Raw Normal View History

# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
PORTNAME= bomberinstinct
2002-07-02 15:13:45 +02:00
PORTVERSION= 0.8.9
PORTREVISION= 11
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/Bomber%20Instinct/BomberInstinct-${PORTVERSION}
DISTNAME= BomberInstinct-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Bomberman-like multiplayer game
2001-07-05 19:47:28 +02:00
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>