Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 07 Aug 2014 20:35:40 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 192486] [new port] cad/cura-engine (ENGINE of Slicing solution for RepRap 3D Printers)
Message-ID:  <bug-192486-13-9P7sFzI2mY@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-192486-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-192486-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192486

--- Comment #15 from cederom@tlen.pl ---
Portlint did not report any complains about COMMENT..

root@hexagon:/usr/ports/cad/cura-engine # portlint 
looks fine.
root@hexagon:/usr/ports/cad/cura-engine # cat Makefile 
# Created by: 20140808 Tomasz "CeDeROM" CEDRO (http://www.tomek.cedro.info)
# $FreeBSD$

PORTNAME=    CuraEngine
PORTVERSION=    14.03
CATEGORIES=    cad

MAINTAINER=    cederom@tlen.pl
COMMENT=    A complete and open slicing solution for RepRap 3D printers ENGINE

LICENSE=    AGPLv3

BUILD_DEPENDS=    git:${PORTSDIR}/devel/git

USES=        gmake

USE_GITHUB=    yes
GH_ACCOUNT=    Ultimaker
GH_PROJECT=    ${PORTNAME}
GH_COMMIT=    4c1043f
GH_TAGNAME=    ${GH_COMMIT}

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

.include <bsd.port.mk>

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192486-13-9P7sFzI2mY>