blob: 66c0da48cc67af3c173edb8ccda12fa8182213ff (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
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>
|