blob: 547c8969734dbf3543cf9654fb81e9b8047d9452 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
PORTNAME= connectivity
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= comms
PKGNAMEPREFIX= qt5-
MAINTAINER= kde@FreeBSD.org
COMMENT= Qt connectivity (Bluetooth/NFC) module
USES= compiler:c++11-lang qmake qt-dist:5,connectivity
USE_QT= concurrent core declarative buildtools_build
.include <bsd.port.mk>
|