aboutsummaryrefslogtreecommitdiff
path: root/comms/qt5-serialbus/Makefile
blob: 1b0c0545c917cead8ed9b4f862a0c17759605c8b (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

USE_QT=		core network serialport buildtools_build
USES=		compiler:c++11-lib qmake qt-dist:5,serialbus
USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}

.include <bsd.port.mk>