aboutsummaryrefslogblamecommitdiff
path: root/graphics/glslang/Makefile
blob: cb57c63ba55395f855718beb29bbb873079a0f56 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                       
                      
                        
 
                                  

                                                                   


                                                         
 
                                                                  

                            

                      
PORTNAME=	glslang
DISTVERSION=	11.6.0
CATEGORIES=	graphics

MAINTAINER=	jbeich@FreeBSD.org
COMMENT=	OpenGL and OpenGL ES shader front end and validator

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

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

.include <bsd.port.mk>