blob: 3a3c93e362a22166a48e890407c2a2b77fe35729 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
PORTNAME= sensors
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
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>
|