d2c3c81a53
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
22 lines
593 B
Makefile
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>
|