summaryrefslogtreecommitdiffstats
path: root/games/cutemaze/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/cutemaze/Makefile')
-rw-r--r--games/cutemaze/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/games/cutemaze/Makefile b/games/cutemaze/Makefile
index 5b1c0b7..8969da5 100644
--- a/games/cutemaze/Makefile
+++ b/games/cutemaze/Makefile
@@ -14,8 +14,9 @@ LICENSE= GPLv3
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+USES= qmake
USE_BZIP2= yes
-USE_QT4= moc_build qmake_build rcc_build uic_build iconengines imageformats
+USE_QT4= moc_build rcc_build uic_build iconengines_run imageformats_run
INSTALLS_ICONS= yes
PORTDOCS= ChangeLog README
@@ -23,10 +24,6 @@ PORTDOCS= ChangeLog README
NO_STAGE= yes
.include <bsd.port.options.mk>
-do-configure:
- @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
- ${QMAKE} ${QMAKEFLAGS} PREFIX=${PREFIX} ${WRKSRC}/${PORTNAME}.pro
-
post-install:
# Icons
@(cd ${WRKSRC}/icons && ${COPYTREE_SHARE} oxygen ${PREFIX}/share/icons/)
OpenPOWER on IntegriCloud