summaryrefslogtreecommitdiff
path: root/comms/qt5-sensors/Makefile
blob: 4579dff70b776e2ba5b99e960e1cebc28409dae1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $FreeBSD$

PORTNAME=	sensors
DISTVERSION=	${QT5_VERSION}
PORTREVISION=	2
CATEGORIES=	comms
PKGNAMEPREFIX=	qt5-

MAINTAINER=	kde@FreeBSD.org
COMMENT=	Qt sensors module

USE_QT=		core declarative buildtools_build
USES=		compiler:c++11-lang qmake:norecursive qt-dist:5,sensors

USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}

.include <bsd.port.mk>