c6457ffef4
With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight
21 lines
376 B
Makefile
21 lines
376 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_TAGNAME= 4c1043f
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/build/CuraEngine ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|