aboutsummaryrefslogtreecommitdiff
path: root/comms/qt5-serialbus/Makefile
blob: 117b4eea23964cf74e4bcb2794c45fc354291cc7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

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>