blob: cd96bef68d933a32799b47fc55c0127b39b32211 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
PORTNAME= qtdiag
DISTVERSION= ${QT5_VERSION}
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
QT_BINARIES= yes
.include <bsd.port.mk>
|