# $FreeBSD: tags/RELEASE_11_1_0/cad/cura-engine/Makefile 437439 2017-04-01 15:23:30Z gerald $

PORTNAME=	CuraEngine
PORTVERSION=	15.04
PORTREVISION=	1
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

PLIST_FILES=	bin/CuraEngine

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/build/CuraEngine ${STAGEDIR}${PREFIX}/bin

.include <bsd.port.mk>
