mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
f4f5b59e37
A few improvements from upstream - More efficient triangle area calculation - Calculate vSize(vap) only when needed
33 lines
599 B
Makefile
33 lines
599 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= CuraEngine
|
|
DISTVERSION= 4.8
|
|
PORTEPOCH= 1
|
|
CATEGORIES= cad
|
|
DIST_SUBDIR= Ultimaker
|
|
|
|
MAINTAINER= db@FreeBSD.org
|
|
COMMENT= Engine of slicing solution for RepRap 3D printers
|
|
|
|
LICENSE= AGPLv3
|
|
|
|
LIB_DEPENDS= libArcus.so:net/libarcus \
|
|
libprotobuf.so:devel/protobuf
|
|
|
|
USES= compiler:c++11-lang cmake
|
|
|
|
STB_TAG= d5d052c
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= Ultimaker
|
|
GH_PROJECT= CuraEngine
|
|
GH_TAGNAME= fadb5d6b
|
|
GH_TUPLE= nothings:stb:${STB_TAG}:stb/include/stb
|
|
|
|
CMAKE_ARGS+= -DStb_FOUND:BOOL=ON \
|
|
-DStb_INCLUDE_DIRS=${WRKSRC}/include
|
|
|
|
PLIST_FILES= bin/CuraEngine
|
|
|
|
.include <bsd.port.mk>
|