blob: 38508b50c8cf051810a19232aba4458383029610 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
PORTNAME= kirigami
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
CATEGORIES= x11-toolkits kde kde-frameworks
PATCH_SITES= https://invent.kde.org/frameworks/kirigami/-/commit/
PATCHFILES= 19127672cd812d177192cf84da4107f9abed2934.patch:-p1
COMMENT= QtQuick components for building adaptable UIs
MAINTAINER= kde@FreeBSD.org
LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon
USES= cmake gl kde:6 qt:6 tar:xz
USE_GL= gl opengl
USE_KDE= ecm:build
USE_QT= base declarative shadertools svg tools
.include <bsd.port.mk>
|