freebsd-ports/comms/qt5-serialport/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

13 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>