freebsd-ports/games/gtkpool/Makefile
Martin Wilke 5d00e2248c - Fix MASTER_SITES
- Support GTK2 (obtained from Debian Project)

PR:		160102
Submitted by:	Ports Fury
2011-08-26 03:55:36 +00:00

32 lines
764 B
Makefile

# New ports collection makefile for: GTKPool
# Date created: 31 Jul 2005
# Whom: Alexey Dokuchaev <danfe@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gtkpool
PORTVERSION= 0.5.0
PORTREVISION= 5
CATEGORIES= games
MASTER_SITES= ftp://ftp.seul.org/pub/gtkpool/ \
http://www.sourcefiles.org/Games/Sports/Pool/
MAINTAINER= ports@FreeBSD.org
COMMENT= A 2D pool game using the GTK+ toolkit
USE_GNOME= gtk20
USE_PERL5_BUILD=yes
USE_GMAKE= 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>