freebsd-ports/graphics/openpgl/Makefile
Ganael LAPLANCHE cf5d9b8b96 devel/onetbb: Update to 2021.11.0
and bump dependent ports' revisions.

Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.11.0
2023-11-28 12:35:02 +01:00

31 lines
698 B
Makefile

PORTNAME= openpgl
DISTVERSIONPREFIX= v
DISTVERSION= 0.5.0
PORTREVISION= 2
#DISTVERSIONSUFFIX= -beta
CATEGORIES= graphics devel
MAINTAINER= FreeBSD@Shaneware.biz
COMMENT= Intel Open Path Guiding Library
WWW= http://www.openpgl.org
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
# supported processors -
# arm with NEON/NEON2X and x86_64 with SSE4/AVX2/AVX512
ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7
ONLY_FOR_ARCHS_REASON= requires supported SIMD ISA
LIB_DEPENDS= libembree3.so:graphics/embree \
libtbb.so:devel/onetbb
USES= cmake compiler:c++11-lib
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= OpenPathGuidingLibrary
PLIST_SUB= VERSION="${PORTVERSION}"
.include <bsd.port.mk>