blob: 556e740ec743651215e9e5e2436d10b83d3d925f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $FreeBSD$
PORTNAME= sensors
DISTVERSION= ${QT5_VERSION}
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
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
.include <bsd.port.mk>
|