blob: aeccbf4933ae57a54b9e8f256c60c06beb3909d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $FreeBSD$
PORTNAME= serialbus
DISTVERSION= ${QT5_VERSION}
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
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
.include <bsd.port.mk>
|