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

PORTNAME=   serialport
DISTVERSION=    ${QT5_VERSION}
CATEGORIES= comms
PKGNAMEPREFIX=  qt5-

MAINTAINER= kde@FreeBSD.org
COMMENT=    Qt functions to access serial ports

USE_QT5=    core buildtools_build
QT_DIST=    serialport
USES=       qmake
USE_LDCONFIG=   ${PREFIX}/${QT_LIBDIR_REL}

.include <bsd.port.mk>