aboutsummaryrefslogtreecommitdiffstats
path: root/comms/qt5-serialbus/Makefile
blob: 3c810c8be5c6cc405a5cbf43af5f635b330c2267 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $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_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>