# New ports collection makefile for:	clanbomber
# Date created:				10 May 2000
# Whom:					Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD: ports/games/clanbomber/Makefile,v 1.11 2004/02/04 05:20:18 marcus Exp $
#

PORTNAME=	clanbomber
PORTVERSION=	1.02a
PORTREVISION=	1
CATEGORIES=	games
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}

MAINTAINER=	barner@gmx.de
COMMENT=	A bomberman-like multiplayer game

LIB_DEPENDS=	clanCore.2:${PORTSDIR}/devel/clanlib

USE_XLIB=	yes
USE_REINPLACE=	yes
GNU_CONFIGURE=	yes
USE_GMAKE=	yes
CONFIGURE_ENV=	LIBS="${PTHREAD_LIBS} -L${LOCALBASE}/lib" \
		CPPFLAGS="-I${LOCALBASE}/include"
CFLAGS+=	-fpermissive

post-patch:
	@${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|g' \
		${WRKSRC}/clanbomber/Resources.cpp

	@${REINPLACE_CMD} -e 's|/usr/local/share|${PREFIX}/share|g' \
		${WRKSRC}/clanbomber/ClanBomber.cpp

.include <bsd.port.mk>
