mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
cf118ccf87
Reported by: lwhsu
14 lines
295 B
Makefile
14 lines
295 B
Makefile
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>
|