24 lines
450 B
Makefile
24 lines
450 B
Makefile
|
COMMENT = KDE Wayland Plasma protocols
|
||
|
|
||
|
VERSION = 1.10.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>
|