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

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

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

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

USE_LDCONFIG=   ${PREFIX}/${QT_LIBDIR_REL}

.include <bsd.port.mk>