Dima Panov c5308d7889
graphics/linux-rl9-graphene: add new port (+)
Graphene is an optimizations library for speeding up vector operations

Sponsored by:	Future Crew, LLC
2024-11-15 00:22:51 +03:00

24 lines
594 B
Makefile

PORTNAME= graphene
PORTVERSION= 1.10.6
DISTVERSIONSUFFIX= -2.el9
CATEGORIES= graphics linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Optimizations for speeding up vector operations (Rocky Linux ${LINUX_DIST_VER})
WWW= https://ebassi.github.io/graphene/
USES= cpe linux:rl9
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
WANT_LINUX32= yes
LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL}
CONFLICTS= linux-c7-${PORTNAME}
DESCR= ${PORTSDIR}/${PKGCATEGORY}/${PORTNAME}/pkg-descr
DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>