d6766c7e3f
Changes: https://github.com/NVIDIA/egl-wayland/releases/tag/1.1.12 Reported by: GitHub (watch releases)
32 lines
893 B
Makefile
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>
|