mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
18 lines
273 B
Makefile
18 lines
273 B
Makefile
|
# $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>
|