aboutsummaryrefslogblamecommitdiff
path: root/comms/qt6-serialport/Makefile
blob: 111c23acc4b1d6f947761764c1cbb472dffee54b (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
                          
                              








                                                        
                                                             


                      
PORTNAME=	serialport
DISTVERSION=	${QT6_VERSION}
CATEGORIES=	comms
PKGNAMEPREFIX=	qt6-

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

BUILD_DEPENDS=	vulkan-headers>0:graphics/vulkan-headers
LIB_DEPENDS=	libudev.so:devel/libudev-devd

USES=		cmake compiler:c++17-lang pkgconfig qt-dist:6
USE_QT=		base

.include <bsd.port.mk>