freebsd-ports/comms/qt5-connectivity/Makefile
Tobias Kortkamp ce1af7fdc2
*: apply refactor.remove-consecutive-empty-lines
Submitted by:	portedit
2021-10-19 10:36:47 +02:00

13 lines
317 B
Makefile

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>