freebsd-ports/x11-toolkits/qt5-declarative-test/Makefile
Tobias C. Berner 3aeb8b79ba Qt5: Update Qt 5 to 5.15.7
* rebase the KDE patched Qt5 ontop of the 5.15.7 branch
* update qt5-script to 5.15.11

Exp-run by:	antoine
PR:		268533
2022-12-29 12:52:47 +01:00

31 lines
835 B
Makefile

PORTNAME= declarative-test
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
CATEGORIES= x11-toolkits
PKGNAMEPREFIX= qt5-
MAINTAINER= kde@FreeBSD.org
COMMENT= Qt declarative framework for dynamic user interface (testing)
WWW= https://qt-project.org
USES= compiler:c++11-lang gl python:build qmake:norecursive \
qt-dist:5,declarative
USE_GL= gl
USE_QT= core declarative gui network sql testlib widgets \
buildtools:build
CONFLICTS= qt5-declarative-render2d-* qt5-qml qt5-quick
BINARY_ALIAS= python=${PYTHON_CMD}
QT_BINARIES= yes
TOOLS= qmltestrunner
post-patch:
# qtdeclarative.pro wants to run python, replace that with PYTHON_CMD
${REINPLACE_CMD} '/py_out/s#python#${PYTHON_CMD}#g' \
${WRKSRC}/qtdeclarative.pro
${REINPLACE_CMD} 's,python,${PYTHON_CMD},g' \
${WRKSRC}/src/3rdparty/masm/masm.pri
.include <bsd.port.mk>