# $MidnightBSD: trunk/games/gtkpool/Makefile 20197 2015-09-12 02:23:03Z laffer1 $
# $FreeBSD: ports/games/gtkpool/Makefile,v 1.5 2007/05/19 20:06:22 flz Exp $

PORTNAME=	gtkpool
PORTVERSION=	0.5.0
PORTREVISION=	2
CATEGORIES=	games
MASTER_SITES=	ftp://ftp.seul.org/pub/gtkpool/ \
		http://www.sourcefiles.org/Games/Sports/Pool/

MAINTAINER=	ports@MidnightBSD.org
COMMENT=	2D pool game using the GTK+ toolkit

LICENSE=	gpl2

USES=		gmake
USE_GNOME=	gtk20
USE_PERL5_BUILD=yes
USE_AUTOTOOLS=	aclocal automake autoheader autoconf
ACLOCAL_ARGS=	-I ${LOCALBASE}/share/aclocal
AUTOMAKE_ARGS=	--add-missing
MAKE_JOBS_SAFE=	yes

post-patch:
.for file in application.cpp options.cpp
	@${REINPLACE_CMD} -e 's|/usr/local/share/gtkpool|${DATADIR}|' \
		${WRKSRC}/gtkpool/${file}
.endfor

.include <bsd.port.mk>
