freebsd-ports/games/bomberinstinct/Makefile

33 lines
789 B
Makefile
Raw Normal View History

# New ports collection makefile for: bomberinstinct
# Date created: 28 September 2000
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= bomberinstinct
2002-07-02 15:13:45 +02:00
PORTVERSION= 0.8.9
PORTREVISION= 7
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/Bomber%20Instinct/BomberInstinct-${PORTVERSION}
DISTNAME= BomberInstinct-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A nice Bomberman-like multiplayer game
2001-07-05 19:47:28 +02:00
WRKSRC= ${WRKDIR}/${DISTNAME}
USE_SDL= mixer sdl
2006-01-26 00:01:34 +01:00
USE_GETTEXT= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_PERL5_BUILD=yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
2002-07-02 15:13:45 +02:00
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS} -lintl"
pre-patch:
@${FIND} ${WRKSRC} -name "*.[ch]" | \
${XARGS} ${PERL} -pi -e 's|<SDL/|<|g'
.include <bsd.port.mk>