diff --git a/games/pokerth/Makefile b/games/pokerth/Makefile index 513aaa8a0fcb..b22622f516d7 100644 --- a/games/pokerth/Makefile +++ b/games/pokerth/Makefile @@ -23,14 +23,12 @@ LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs \ libprotobuf.so:${PORTSDIR}/devel/protobuf BUILD_DEPENDS= ${LOCALBASE}/include/libircclient.h:${PORTSDIR}/irc/libircclient -USES= iconv gmake +USES= iconv gmake qmake USE_BZIP2= yes USE_QT4= gui corelib network sql sql-sqlite3 qmake_build \ moc_build rcc_build uic_build USE_SDL= mixer -HAS_CONFIGURE= yes -QMAKE_ARGS+= PREFIX=${PREFIX} -MAKE_ARGS+= INSTALL_ROOT=${STAGEDIR} +QMAKE_PRO= pokerth.pro PORTDOCS= server_setup_howto.txt @@ -44,9 +42,6 @@ post-patch: -e '/.*QMAKE_CXXFLAGS.*/d' \ ${WRKSRC}/*.pro -do-configure: - @cd ${CONFIGURE_WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${QMAKE} ${QMAKE_ARGS} pokerth.pro - post-install: @${INSTALL_PROGRAM} ${WRKSRC}/bin/pokerth_server ${STAGEDIR}${PREFIX}/bin @${INSTALL_MAN} ${WRKSRC}/docs/pokerth.1 ${STAGEDIR}${MAN1PREFIX}/man/man1