blob: ae63f5c1514b8734542bcf4a9c1b9853e88ad296 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
PORTNAME= serialport
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= comms
PKGNAMEPREFIX= qt5-
MAINTAINER= kde@FreeBSD.org
COMMENT= Qt functions to access serial ports
USES= compiler:c++11-lang libtool qmake qt-dist:5,serialport
USE_QT= core buildtools_build
.include <bsd.port.mk>
|