aboutsummaryrefslogtreecommitdiff
path: root/deskutils/plasma5-xdg-desktop-portal-kde/Makefile
blob: 00fa0de48f5ac496dbcc54961269de134e13a447 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	xdg-desktop-portal-kde
DISTVERSION=	${KDE_PLASMA_VERSION}
CATEGORIES=	deskutils kde kde-plasma

MAINTAINER=	kde@FreeBSD.org
COMMENT=	Backend implementation for xdg-desktop-portal

LIB_DEPENDS=	libwayland-client.so:graphics/wayland

USES=		cmake kde:5 qt:5 tar:xz
USE_KDE=	auth bookmarks codecs completion config configwidgets coreaddons \
		i18n itemviews jobwidgets kdeclarative kio kirigami2 notifications \
		package plasma-framework service solid wayland widgetsaddons \
		windowsystem xmlgui \
		ecm_build plasma-wayland-protocols_build
USE_QT=		concurrent core dbus declarative gui network printsupport widgets xml \
		buildtools_build qmake_build

.include <bsd.port.mk>