2023-08-16 22:26:55 +00:00
|
|
|
COMMENT = Wayland utils
|
|
|
|
|
|
|
|
DISTNAME = wayland-utils-1.0.0
|
|
|
|
|
|
|
|
CATEGORIES = wayland
|
|
|
|
|
|
|
|
HOMEPAGE = https://wayland.freedesktop.org/
|
|
|
|
|
|
|
|
WANTLIB += c wayland-client
|
|
|
|
|
|
|
|
# MIT
|
|
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
|
2023-09-28 02:05:49 +00:00
|
|
|
SITES = https://wayland.freedesktop.org/releases/
|
2023-08-16 22:26:55 +00:00
|
|
|
EXTRACT_SUFX = .tar.xz
|
|
|
|
|
|
|
|
MODULES = devel/meson
|
|
|
|
|
|
|
|
BUILD_DEPENDS = wayland/wayland \
|
|
|
|
wayland/wayland-protocols
|
|
|
|
LIB_DEPENDS = wayland/wayland
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|