blob: 4c93b10d6694ba81fd4b9f367adb1756c5075287 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
PORTNAME= kirigami
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
CATEGORIES= x11-toolkits kde kde-frameworks
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>
|