aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-11-02 11:27:43 +0800
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-11-02 11:27:43 +0800
commitf4efe4f0effad1e5fd3e97975a39702029b06869 (patch)
treee60a27f7e7f0dd3a914f6985b5db3584be940cd8 /games
parente75f96483bc8d6d13fade05192615ff06eeaca0c (diff)
downloadfreebsd-ports-gnome-f4efe4f0effad1e5fd3e97975a39702029b06869.tar.gz
freebsd-ports-gnome-f4efe4f0effad1e5fd3e97975a39702029b06869.tar.zst
freebsd-ports-gnome-f4efe4f0effad1e5fd3e97975a39702029b06869.zip
- Add stage support
- Convert USE_GMAKE to USES
Diffstat (limited to 'games')
-rw-r--r--games/gtkpool/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/games/gtkpool/Makefile b/games/gtkpool/Makefile
index 76b7cc167167..7b820d206f0d 100644
--- a/games/gtkpool/Makefile
+++ b/games/gtkpool/Makefile
@@ -11,15 +11,13 @@ MASTER_SITES= ftp://ftp.seul.org/pub/gtkpool/ \
MAINTAINER= ports@FreeBSD.org
COMMENT= A 2D pool game using the GTK+ toolkit
-USES= perl5 pkgconfig
+USES= gmake 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}|' \