Date: Thu, 3 Apr 2014 09:36:55 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349982 - head/devel/qconf Message-ID: <201404030936.s339atMn091846@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Thu Apr 3 09:36:54 2014 New Revision: 349982 URL: http://svnweb.freebsd.org/changeset/ports/349982 QAT: https://qat.redports.org/buildarchive/r349982/ Log: - Add staging support - Convert to USES=tar:bzip2 Modified: head/devel/qconf/Makefile Modified: head/devel/qconf/Makefile ============================================================================== --- head/devel/qconf/Makefile Thu Apr 3 09:11:05 2014 (r349981) +++ head/devel/qconf/Makefile Thu Apr 3 09:36:54 2014 (r349982) @@ -9,15 +9,15 @@ MASTER_SITES= http://delta.affinix.com/d MAINTAINER= ports@FreeBSD.org COMMENT= Tool to create configure script for qmake-based project -USE_BZIP2= yes +USES= tar:bzip2 USE_QT4= corelib xml moc_build qmake_build HAS_CONFIGURE= yes QT_NONSTANDARD= yes +MAKE_ARGS= INSTALL_ROOT="${STAGEDIR}" CONFIGURE_ARGS= --prefix=${PREFIX} \ --datadir=${DATADIR:S,/qconf,,} \ --qtdir=${QT_PREFIX} \ --verbose -NO_STAGE= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404030936.s339atMn091846>