mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
ccb0759749
This is probably the first time our Qt 5 ports are tracking the latest upstream release :-) There isn't much to report in this update, thanks to the effort spent in the 5.2->5.3 update: a lot of the work is just small plist and patch updates. Thankfully, several patches have been upstreamed and are not needed on our side anymore. I would like to thank Alex Richardson <arichardson.kde@gmail.com> and Tobias Berner <tcberner@gmail.com> for their help with the plist updates and general testing. PR: 198585
28 lines
582 B
Makefile
28 lines
582 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= qml
|
|
DISTVERSION= ${QT5_VERSION}
|
|
CATEGORIES= lang
|
|
PKGNAMEPREFIX= qt5-
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Qt QML and JavaScript language module
|
|
|
|
USE_QT5= core network buildtools_build
|
|
QT_DIST= declarative
|
|
USES= python:build qmake
|
|
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
|
|
|
BUILD_WRKSRC= ${WRKSRC}/src
|
|
INSTALL_WRKSRC= ${WRKSRC}/src
|
|
|
|
post-patch:
|
|
# tools/tools.pro will be processed automatically unless it does not exist.
|
|
${RM} -r ${WRKSRC}/tools
|
|
|
|
${REINPLACE_CMD} 's,python,${PYTHON_CMD},g' \
|
|
${WRKSRC}/src/3rdparty/masm/masm.pri
|
|
|
|
|
|
.include <bsd.port.mk>
|