freebsd-ports/graphics/wayland/Makefile
Jan Beich d2c3c81a53 graphics/wayland: update to 1.22.0
Changes:	https://lists.freedesktop.org/archives/wayland-devel/2023-April/042647.html
Reported by:	GitLab (notify releases)
PR:		269877
Exp-run by:	antoine
Approved by:	manu
2023-04-04 09:17:21 +00:00

22 lines
593 B
Makefile

PORTNAME= wayland
DISTVERSION= 1.22.0
CATEGORIES= graphics wayland
MASTER_SITES= https://gitlab.freedesktop.org/${PORTNAME}/${PORTNAME}/-/releases/${DISTVERSION}/downloads/
MAINTAINER= x11@FreeBSD.org
COMMENT= Core Wayland window system code and protocol
WWW= https://wayland.freedesktop.org/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libexpat.so:textproc/expat2 \
libffi.so:devel/libffi \
libepoll-shim.so:devel/libepoll-shim
USES= cpe gnome meson pkgconfig tar:xz
USE_GNOME= libxslt:build
USE_LDCONFIG= yes
MESON_ARGS= -Ddocumentation=false
.include <bsd.port.mk>