freebsd-ports/cad/cura-engine/Makefile
Bartek Rutkowski 3a225a1a81 cad/cura-engine: update 14.03 -> 15.04
- Drop obsolete GH_TAGNAME
- Remove pkg-plist and use PLIST_FILES

PR:		201692
Submitted by:	Tomek Cedro <cederom@tlen.pl> (maintainer)
2015-08-05 15:36:10 +00:00

22 lines
385 B
Makefile

# $FreeBSD$
PORTNAME= CuraEngine
PORTVERSION= 15.04
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>