aboutsummaryrefslogtreecommitdiff
path: root/graphics/glslang/Makefile
blob: 031546b0f73e9be2d1f3cc53bff2cd734372e741 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	glslang
DISTVERSION=	14.1.0
CATEGORIES=	graphics

MAINTAINER=	jbeich@FreeBSD.org
COMMENT=	OpenGL and OpenGL ES shader front end and validator
WWW=		https://www.khronos.org/opengles/sdk/tools/Reference-Compiler/

LICENSE=	APACHE20 BSD2CLAUSE BSD3CLAUSE GPLv3+ MIT
LICENSE_COMB=	multi
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

TEST_DEPENDS=	bash:shells/bash \
		gmake:devel/gmake

USES=		cmake:testing compiler:c++11-lib python:build
USE_GITHUB=	yes
GH_ACCOUNT=	KhronosGroup
CMAKE_ON=	ALLOW_EXTERNAL_SPIRV_TOOLS

.include <bsd.port.mk>