blob: 41c9e62151b69e323b13ccab5aacf6fc7c454c8e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
PORTNAME= sensors
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
CATEGORIES= comms
PKGNAMEPREFIX= qt5-
MAINTAINER= kde@FreeBSD.org
COMMENT= Qt sensors module
USES= compiler:c++11-lang qmake:norecursive qt-dist:5,sensors
USE_QT= core declarative buildtools_build
.include <bsd.port.mk>
|