aboutsummaryrefslogtreecommitdiffstats
path: root/comms/qt5-connectivity/Makefile
blob: 42c2a88c5e4abe23d5a90ff1033968a101ebecc4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

PORTNAME=   connectivity
DISTVERSION=    ${QT5_VERSION}
CATEGORIES= comms
PKGNAMEPREFIX=  qt5-

MAINTAINER= kde@FreeBSD.org
COMMENT=    Qt connectivity (Bluetooth/NFC) module

USE_QT=     concurrent core qml quick buildtools_build
USES=       qmake qt-dist:5,connectivity

USE_LDCONFIG=   ${PREFIX}/${QT_LIBDIR_REL}

.include <bsd.port.mk>