1PORTNAME= wayland-protocols 2PORTVERSION= 1.47 3CATEGORIES= graphics 4MASTER_SITES= https://gitlab.freedesktop.org/wayland/${PORTNAME}/-/releases/${DISTVERSION}/downloads/ 5 6MAINTAINER= ports@MidnightBSD.org 7COMMENT= Wayland protocols 8WWW= https://wayland.freedesktop.org/ 9 10LICENSE= mit 11LICENSE_FILE= ${WRKSRC}/COPYING 12 13BUILD_DEPENDS= wayland-scanner:graphics/wayland 14 15USES= meson pkgconfig tar:xz 16MESON_ARGS= -Dtests=false 17NO_ARCH= yes 18 19post-install: 20 ${MKDIR} ${PREFIX}/share/pkgconfig/ 21 -${CP} ${PREFIX}/libdata/pkgconfig/wayland-protocols.pc ${PREFIX}/share/pkgconfig/wayland-protocols.pc 22 23.include <bsd.port.mk> 24