freebsd-ports/graphics/egl-wayland/Makefile
2023-06-02 19:33:32 +00:00

32 lines
893 B
Makefile

PORTNAME= egl-wayland
DISTVERSION= 1.1.12
CATEGORIES= graphics wayland
MAINTAINER= jbeich@FreeBSD.org
COMMENT= EGLStream-based Wayland external platform
WWW= https://github.com/NVIDIA/egl-wayland
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= eglexternalplatform>=1.1:graphics/eglexternalplatform \
${LOCALBASE}/include/libdrm/drm_fourcc.h:graphics/libdrm \
wayland-protocols>=1.8:graphics/wayland-protocols
LIB_DEPENDS= libwayland-server.so:graphics/wayland
USES= gl meson pkgconfig
USE_GITHUB= yes
USE_GL= egl
USE_LDCONFIG= yes
GH_ACCOUNT= NVIDIA
post-patch:
@${REINPLACE_CMD} -e "/install/s/datadir')/prefix'), 'libdata'/" \
${WRKSRC}/meson.build
post-install:
${MKDIR} ${STAGEDIR}${PREFIX}/share/egl/egl_external_platform.d
${INSTALL_DATA} ${FILESDIR}/10_nvidia_wayland.json \
${STAGEDIR}${PREFIX}/share/egl/egl_external_platform.d
.include <bsd.port.mk>