freebsd-ports/graphics/wayland-protocols/Makefile
Jan Beich 9a1b3c3653 graphics/wayland-protocols: update to 1.31
Changes:	https://lists.freedesktop.org/archives/wayland-devel/2022-November/042524.html
PR:		268055
Reported by:	GitLab (notify releases)
Approved by:	manu
2022-11-29 14:20:40 +00:00

20 lines
461 B
Makefile

PORTNAME= wayland-protocols
PORTVERSION= 1.31
CATEGORIES= graphics wayland
MASTER_SITES= https://gitlab.freedesktop.org/wayland/${PORTNAME}/-/releases/${DISTVERSION}/downloads/
MAINTAINER= x11@FreeBSD.org
COMMENT= Wayland protocols
WWW= https://wayland.freedesktop.org/
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>