aboutsummaryrefslogtreecommitdiff
path: root/graphics/linux-rl9-shaderc/Makefile
blob: 926c47d1ebbc89acbcd81bd68c5bd61ab18616d9 (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
PORTNAME=	shaderc
PORTVERSION=	2024.4
DISTVERSIONSUFFIX=	-1.el9
CATEGORIES=	graphics linux

MAINTAINER=	emulation@FreeBSD.org
COMMENT=	GLSL/HLSL to SPIR-V shader compiler (Rocky Linux ${LINUX_DIST_VER})
WWW=		https://github.com/google/shaderc

LICENSE=	APACHE20

USES=		cpe linux:rl9
USE_LDCONFIG=	yes
USE_LINUX_RPM=	yes
WANT_LINUX32=	yes

LIB_DISTNAMES=	lib${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL}

CONFLICTS=	linux-c7-${PORTNAME}
DESCR=		${PORTSDIR}/${PKGCATEGORY}/${PORTNAME}/pkg-descr
DOCSDIR=	${PREFIX}/usr/share/doc/lib${PORTNAME}${PKGNAMESUFFIX}

OPTIONS_DEFINE=	DOCS

.include <bsd.port.mk>