freebsd-ports/graphics/wayland-protocols/Makefile

18 lines
376 B
Makefile

PORTNAME= wayland-protocols
PORTVERSION= 1.25
CATEGORIES= graphics wayland
MASTER_SITES= https://wayland.freedesktop.org/releases/
MAINTAINER= x11@FreeBSD.org
COMMENT= Wayland protocols
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= wayland-scanner:graphics/wayland
USES= meson pkgconfig tar:xz
MESON_ARGS= -Dtests=false
NO_ARCH= yes
.include <bsd.port.mk>