aboutsummaryrefslogtreecommitdiff
path: root/games/pokerth
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2013-10-09 23:05:54 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2013-10-09 23:05:54 +0000
commit2e2f1eb6a6b4c6e1a74fd17ab081df3bd5b69ede (patch)
treed0f400bb378baa9876ba4d996861db4a0a6dbda9 /games/pokerth
parentb92414764990f36883f9ef4835c7b709380b69be (diff)
downloadports-2e2f1eb6a6b4c6e1a74fd17ab081df3bd5b69ede.tar.gz
ports-2e2f1eb6a6b4c6e1a74fd17ab081df3bd5b69ede.zip
Notes
Diffstat (limited to 'games/pokerth')
-rw-r--r--games/pokerth/Makefile9
1 files changed, 2 insertions, 7 deletions
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