ports/devel/rkcommon/Makefile
Yuri Victorovich 69e3f0d4d6 devel/rkcommon: Update 1.8.0 -> 1.9.0
Reported by:	portscout
2022-02-17 12:16:57 -08:00

26 lines
557 B
Makefile

PORTNAME= rkcommon
DISTVERSIONPREFIX= v
DISTVERSION= 1.9.0
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= Intel RenderKit common C++/CMake infrastructure
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LIB_DEPENDS= libtbb.so:devel/onetbb
USES= cmake:testing compiler:c++11-lang
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= ospray
CMAKE_OFF= BUILD_TESTING
CXXFLAGS_i386= -msse2 # workaround for error: '_mm_setcsr' needs target feature sse
CMAKE_TESTING_ON= BUILD_TESTING
PLIST_SUB= PORTVERSION=${PORTVERSION}
.include <bsd.port.mk>