aboutsummaryrefslogtreecommitdiffstats
path: root/games/gtkpool
diff options
context:
space:
mode:
authordanilo <danilo@FreeBSD.org>2013-11-02 11:27:43 +0800
committerdanilo <danilo@FreeBSD.org>2013-11-02 11:27:43 +0800
commit9fc1de10351fa917071781e4191023a2aed387f0 (patch)
treee60a27f7e7f0dd3a914f6985b5db3584be940cd8 /games/gtkpool
parent85c27e6d5f68b8d075166d2000f5c0c2f9be8f46 (diff)
downloadfreebsd-ports-gnome-9fc1de10351fa917071781e4191023a2aed387f0.tar.gz
freebsd-ports-gnome-9fc1de10351fa917071781e4191023a2aed387f0.tar.zst
freebsd-ports-gnome-9fc1de10351fa917071781e4191023a2aed387f0.zip
- Add stage support
- Convert USE_GMAKE to USES
Diffstat (limited to 'games/gtkpool')
-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}|' \