mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
35419b581a
from yaydn / protonmail
22 lines
416 B
Makefile
22 lines
416 B
Makefile
COMMENT = Wayland protocols
|
|
|
|
V = 1.49
|
|
DISTNAME = wayland-protocols-${V}
|
|
|
|
CATEGORIES = wayland
|
|
|
|
HOMEPAGE = https://wayland.freedesktop.org/
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
SITES = https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/${V}/downloads/
|
|
EXTRACT_SUFX = .tar.xz
|
|
|
|
MODULES = devel/meson
|
|
|
|
BUILD_DEPENDS = wayland/wayland>=1.23.1
|
|
RUN_DEPENDS = wayland/wayland>=1.23.1
|
|
|
|
.include <bsd.port.mk>
|