summaryrefslogtreecommitdiff
path: root/x11/virglrenderer/Makefile
blob: bca55d489eccbf5b56683176aa1ab6a93b05a96d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
PORTNAME=	virglrenderer
DISTVERSION=	0.8.2
PORTREVISION=	1
CATEGORIES=	x11

MAINTAINER=	ports@FreeBSD.org
COMMENT=	VirGL virtual OpenGL renderer
WWW=		https://virgil3d.github.io/

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/COPYING

BROKEN_riscv64=		fails to build: ../src/gallium/include/pipe/p_config.h:171:2: Unknown Endianness

LIB_DEPENDS=	libdrm.so:graphics/libdrm \
		libepoxy.so:graphics/libepoxy

USES=		cmake:indirect compiler:c++11-lang cpe gl meson pkgconfig python
CPE_VENDOR=	${PORTNAME}_project
USE_GITLAB=	yes
USE_GL=		gbm
GL_SITE=	https://gitlab.freedesktop.org
GL_ACCOUNT=	virgl
GL_TAGNAME=	7d204f3927be65fb3365dce01dbcd04d447a4985

BINARY_ALIAS=	python3=${PYTHON_CMD}

.include <bsd.port.mk>