aboutsummaryrefslogtreecommitdiff
path: root/x11/qt5-qev/Makefile
blob: 3f00ab2b8e2bfe3986f65c1425ae4c661e51b820 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>