pkgsrc/graphics/blender-lts/options.mk
ryoon c7fb77538a graphics/blender-lts: import blender-2.83.5
Blender is the free and open source 3D creation suite.

It supports the entirety of the 3D pipeline - modeling, rigging, animation,
simulation, rendering, compositing and motion tracking, video editing and
2D animation pipeline.

This package provides Long Term Support (LTS) version.
2020-09-05 11:46:40 +00:00

14 lines
344 B
Makefile

# $NetBSD: options.mk,v 1.1 2020/09/05 11:46:40 ryoon Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.blender
PKG_SUPPORTED_OPTIONS= jack
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mjack)
CMAKE_ARGS+= -DWITH_JACK=ON
CMAKE_ARGS+= -DWITH_JACK_DYNLOAD=OFF
.include "../../audio/jack/buildlink3.mk"
.else
CMAKE_ARGS+= -DWITH_JACK=OFF
.endif