1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/x11/qt5-qev/Makefile

18 lines
273 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= qev
DISTVERSION= ${QT5_VERSION}
CATEGORIES= x11
PKGNAMEPREFIX= qt5-
MAINTAINER= kde@FreeBSD.org
COMMENT= Qt QWidget events introspection tool
USE_QT5= core widgets
QT_DIST= tools
USES= qmake
WRKSRC_SUBDIR= src/${PORTNAME}
.include <bsd.port.mk>