blob: ece790d7786699d19bc626f9feca70eda86fa70e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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>
|