mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
a25eafc3bc
Very big thanks go again to kai@ who provided the www/qt5-webengine upgrade (to 5.14.0). Notably, video capture support was re-enabled. Announcement: https://www.qt.io/blog/qt-5.14-has-released PR: 244964 Exp-run by: antoine
17 lines
368 B
Makefile
17 lines
368 B
Makefile
# $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}
|
|
QT_BINARIES= yes
|
|
|
|
.include <bsd.port.mk>
|