3aeb8b79ba
* 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
14 lines
287 B
Makefile
14 lines
287 B
Makefile
PORTNAME= qev
|
|
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
|
CATEGORIES= x11
|
|
PKGNAMEPREFIX= qt5-
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Qt QWidget events introspection tool
|
|
|
|
USES= compiler:c++11-lang qmake qt-dist:5,tools
|
|
USE_QT= core gui widgets
|
|
|
|
QT_BINARIES= yes
|
|
|
|
.include <bsd.port.mk>
|