mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
ddae4e92d8
Most USES use a colon for build/run(/test) suffixes. Change kde.mk, qt.mk and pyqt.mk to do the same, and update all ports using that. Document in CHANGES. PR: 266034 Exp-run by: antoine Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D36349
18 lines
554 B
Makefile
18 lines
554 B
Makefile
PORTNAME= webchannel
|
|
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
|
CATEGORIES= www
|
|
PKGNAMEPREFIX= qt5-
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Qt 5 library for integration of C++/QML with HTML/js clients
|
|
|
|
USES= compiler:c++11-lang qmake:norecursive qt-dist:5,webchannel
|
|
USE_QT= core declarative \
|
|
buildtools:build declarative-test:build testlib:build
|
|
|
|
# The default EXTRACT_AFTER_ARGS value excludes examples/ from the extracted
|
|
# tarball, which we need during the build.
|
|
EXTRACT_AFTER_ARGS= --no-same-owner --no-same-permissions
|
|
|
|
.include <bsd.port.mk>
|