aboutsummaryrefslogtreecommitdiffstats
path: root/comms/qt5-sensors/Makefile
blob: 6ad5dea978633a3403a4387f02bcb5cee7f26a09 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 perl5 qmake:norecursive qt-dist:5,sensors
USE_PERL5=	build
USE_QT=		core declarative buildtools:build
USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}

.include <bsd.port.mk>