aboutsummaryrefslogtreecommitdiffstats
path: root/comms/qt5-connectivity/Makefile
blob: 6c6c1217e757dc0675d9584eff71991735fc0e90 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PORTNAME=	connectivity
PORTVERSION=	${QT5_VERSION}${QT5_KDE_PATCH}
CATEGORIES=	comms
PKGNAMEPREFIX=	qt5-

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

USES=		compiler:c++11-lang perl5 qmake qt-dist:5,connectivity
USE_PERL5=	build
USE_QT=		concurrent core declarative buildtools:build
USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}

.include <bsd.port.mk>