mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
30 lines
700 B
Makefile
30 lines
700 B
Makefile
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gtkpool
|
|
PORTVERSION= 0.5.0
|
|
PORTREVISION= 6
|
|
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
|
|
|
|
USES= perl5 pkgconfig
|
|
USE_GNOME= gtk20
|
|
USE_PERL5= build
|
|
USE_GMAKE= yes
|
|
USE_AUTOTOOLS= aclocal automake autoheader autoconf
|
|
ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal
|
|
AUTOMAKE_ARGS= --add-missing
|
|
|
|
NO_STAGE= 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>
|