From owner-svn-ports-all@FreeBSD.ORG Wed Oct 9 23:05:54 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DA3F6B93; Wed, 9 Oct 2013 23:05:54 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C718D2D31; Wed, 9 Oct 2013 23:05:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r99N5sNK090410; Wed, 9 Oct 2013 23:05:54 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r99N5srZ090409; Wed, 9 Oct 2013 23:05:54 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201310092305.r99N5srZ090409@svn.freebsd.org> From: Guido Falsi Date: Wed, 9 Oct 2013 23:05:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329936 - head/games/pokerth X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Oct 2013 23:05:55 -0000 Author: madpilot Date: Wed Oct 9 23:05:54 2013 New Revision: 329936 URL: http://svnweb.freebsd.org/changeset/ports/329936 Log: - Convert to USES qmake Modified: head/games/pokerth/Makefile Modified: head/games/pokerth/Makefile ============================================================================== --- head/games/pokerth/Makefile Wed Oct 9 23:01:54 2013 (r329935) +++ head/games/pokerth/Makefile Wed Oct 9 23:05:54 2013 (r329936) @@ -23,14 +23,12 @@ LIB_DEPENDS= libboost_thread.so:${PORTSD 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