freebsd-ports/x11/qt5-qev/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

14 lines
267 B
Makefile

PORTNAME= qev
DISTVERSION= ${QT5_VERSION}
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 widgets
QT_BINARIES= yes
.include <bsd.port.mk>