14 lines
330 B
Makefile
14 lines
330 B
Makefile
PORTNAME= serialbus
|
|
DISTVERSION= ${QT5_VERSION}
|
|
PORTREVISION= 1
|
|
CATEGORIES= comms
|
|
PKGNAMEPREFIX= qt5-
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Qt functions to access industrial bus systems
|
|
|
|
USES= compiler:c++11-lib qmake qt-dist:5,serialbus
|
|
USE_QT= core network serialport buildtools_build
|
|
QT_BINARIES= yes
|
|
|
|
.include <bsd.port.mk>
|