Update comms/qt5-serialbus to version 5.13.2_1
[dports.git] / comms / qt5-serialport / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       serialport
4 DISTVERSION=    ${QT5_VERSION}
5 CATEGORIES=     comms
6 PKGNAMEPREFIX=  qt5-
7
8 MAINTAINER=     kde@FreeBSD.org
9 COMMENT=        Qt functions to access serial ports
10
11 USES=           compiler:c++11-lang libtool qmake qt-dist:5,serialport
12 USE_QT=         core buildtools_build
13 USE_LDCONFIG=   ${PREFIX}/${QT_LIBDIR_REL}
14
15 .include <bsd.port.mk>