1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/cad/cura-engine/Makefile
2014-08-10 12:31:43 +00:00

23 lines
400 B
Makefile

# $FreeBSD$
PORTNAME= CuraEngine
PORTVERSION= 14.03
CATEGORIES= cad
MAINTAINER= cederom@tlen.pl
COMMENT= Engine of slicing solution for RepRap 3D printers
LICENSE= AGPLv3
USES= compiler:c++11-lang gmake
USE_GITHUB= yes
GH_ACCOUNT= Ultimaker
GH_COMMIT= 4c1043f
GH_TAGNAME= ${GH_COMMIT}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/build/CuraEngine ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>