939331c32a
Changes: https://lists.freedesktop.org/archives/wayland-devel/2022-January/042102.html PR: 261537 Approved by: manu
18 lines
376 B
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>
|