aboutsummaryrefslogtreecommitdiffstats
path: root/cad/cura-engine/Makefile
blob: 51d6ee4f4f9109e7333ba8cb6812ab3101735306 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $FreeBSD$

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