15 lines
355 B
Makefile
15 lines
355 B
Makefile
PORTNAME= qtdiag
|
|
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
PKGNAMEPREFIX= qt5-
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Tool for reporting diagnostic information about Qt and its environment
|
|
|
|
USES= compiler:c++11-lang qmake:outsource qt-dist:5,tools
|
|
USE_QT= core gui network
|
|
|
|
QT_BINARIES= yes
|
|
|
|
.include <bsd.port.mk>
|