aboutsummaryrefslogtreecommitdiff
path: root/x11/qt5-qev/Makefile
blob: 116a7ccda7076d422825d3a2da80538009ce23a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

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>