aboutsummaryrefslogblamecommitdiff
path: root/graphics/qt6-lottie/Makefile
blob: d84bc1f4fe06b7980ccf91c3914924e9fabbcee2 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
                      
                              



                               
                                                             



                                                        
                                                                

                                

                      
PORTNAME=	lottie
DISTVERSION=	${QT6_VERSION}
CATEGORIES=	graphics
PKGNAMEPREFIX=	qt6-

MAINTAINER=	kde@FreeBSD.org
COMMENT=	QML API for rendering graphics and animations

BUILD_DEPENDS=	vulkan-headers>0:graphics/vulkan-headers
LIB_DEPENDS=	libxkbcommon.so:x11/libxkbcommon

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

.include <bsd.port.mk>