From 4e875d655f015f70c55770b16178d89ce0f24d08 Mon Sep 17 00:00:00 2001 From: madpilot Date: Wed, 9 Oct 2013 23:05:54 +0000 Subject: - Convert to USES qmake --- games/pokerth/Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'games/pokerth') 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 -- cgit