mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
18 lines
295 B
Makefile
18 lines
295 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= sensors
|
|
DISTVERSION= ${QT5_VERSION}
|
|
CATEGORIES= comms
|
|
PKGNAMEPREFIX= qt5-
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Qt sensors module
|
|
|
|
USE_QT5= core qml quick buildtools_build
|
|
QT_DIST= ${PORTNAME}
|
|
USES= qmake
|
|
|
|
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
|
|
|
.include <bsd.port.mk>
|