2000-09-28 11:32:23 +02:00
|
|
|
# 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
|
2010-01-30 10:43:31 +01:00
|
|
|
PORTREVISION= 7
|
2000-09-28 11:32:23 +02:00
|
|
|
CATEGORIES= games
|
2009-08-22 02:23:13 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/Bomber%20Instinct/BomberInstinct-${PORTVERSION}
|
2000-09-28 11:32:23 +02:00
|
|
|
DISTNAME= BomberInstinct-${PORTVERSION}
|
|
|
|
|
2003-07-29 11:12:37 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A nice Bomberman-like multiplayer game
|
2000-09-28 11:32:23 +02:00
|
|
|
|
2001-07-05 19:47:28 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}
|
2000-09-28 11:32:23 +02:00
|
|
|
|
2004-01-20 22:18:12 +01:00
|
|
|
USE_SDL= mixer sdl
|
2006-01-26 00:01:34 +01:00
|
|
|
USE_GETTEXT= yes
|
2000-09-28 11:32:23 +02:00
|
|
|
USE_GMAKE= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2003-11-20 16:06:14 +01:00
|
|
|
USE_PERL5_BUILD=yes
|
2004-01-20 22:18:12 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
|
2002-07-02 15:13:45 +02:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS} -lintl"
|
2000-09-28 11:32:23 +02:00
|
|
|
|
|
|
|
pre-patch:
|
2003-11-13 15:45:08 +01:00
|
|
|
@${FIND} ${WRKSRC} -name "*.[ch]" | \
|
|
|
|
${XARGS} ${PERL} -pi -e 's|<SDL/|<|g'
|
2000-09-28 11:32:23 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|