summaryrefslogtreecommitdiffstats
path: root/games/jag/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/jag/Makefile')
-rw-r--r--games/jag/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/games/jag/Makefile b/games/jag/Makefile
index 74696ab..a5fc517 100644
--- a/games/jag/Makefile
+++ b/games/jag/Makefile
@@ -19,9 +19,8 @@ USE_SDL= sdl mixer
USE_DOS2UNIX= Game.pro
USE_XORG= x11
-MAKE_ARGS+= INSTALL_ROOT="${STAGEDIR}"
-
-USE_QT4= qmake_build uic_build moc_build rcc_build \
+USES= qmake
+USE_QT4= uic_build moc_build rcc_build \
corelib svg xml opengl network
PLIST_FILES= bin/${PORTNAME}
@@ -32,10 +31,6 @@ post-patch:
${WRKSRC}/main.cpp ${WRKSRC}/Game.pro
@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' ${WRKSRC}/Game.pro
-do-configure:
- @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
- ${QMAKE} ${QMAKEFLAGS} Game.pro
-
post-install:
cd ${WRKDIR}/${DISTNAME:C/src/data/} && ${COPYTREE_SHARE} data ${STAGEDIR}${DATADIR}/
OpenPOWER on IntegriCloud