openbsd-ports/wayland/plasma-wayland-protocols/Makefile
rsadowski 1136737004 Update plasma-wayland-protocols to 1.9.0.
kf5 5.99.0 depends on it
2022-10-23 06:37:57 +00:00

24 lines
449 B
Makefile

COMMENT = KDE Wayland Plasma protocols
VERSION = 1.9.0
DISTNAME = plasma-wayland-protocols-${VERSION}
CATEGORIES = wayland
HOMEPAGE = https://kde.org/plasma-desktop/
# MIT
PERMIT_PACKAGE = Yes
MAINTAINER = Rafael Sadowski <rsadowski@openbsd.org>
MODULES = devel/kf5
MASTER_SITES = ${MASTER_SITE_KDE:=stable/plasma-wayland-protocols/}
BUILD_DEPENDS = wayland/wayland
RUN_DEPENDS = wayland/wayland
NO_BUILD = Yes
.include <bsd.port.mk>