mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
![Gerald Pfeifer](/assets/img/avatar_default.png)
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275
21 lines
437 B
Makefile
21 lines
437 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= serialbus
|
|
DISTVERSION= ${QT5_VERSION}
|
|
PORTREVISION= 2
|
|
CATEGORIES= comms
|
|
PKGNAMEPREFIX= qt5-
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Qt functions to access industrial bus systems
|
|
|
|
USE_QT5= core network serialport buildtools_build
|
|
QT_DIST= serialbus
|
|
USES= compiler:c++11-lib qmake
|
|
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
|
|
|
BUILD_WRKSRC= ${WRKSRC}/src/serialbus
|
|
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
|
|
|
.include <bsd.port.mk>
|