Lines 1-8
Link Here
|
1 |
# $FreeBSD$ |
1 |
# $FreeBSD$ |
2 |
|
2 |
|
3 |
PORTNAME= CuraEngine |
3 |
PORTNAME= CuraEngine |
4 |
PORTVERSION= 15.04 |
4 |
PORTVERSION= 4.3.0 |
5 |
PORTREVISION= 5 |
5 |
PORTEPOCH= 1 |
6 |
CATEGORIES= cad |
6 |
CATEGORIES= cad |
7 |
|
7 |
|
8 |
MAINTAINER= cederom@tlen.pl |
8 |
MAINTAINER= cederom@tlen.pl |
Lines 10-23
Link Here
|
10 |
|
10 |
|
11 |
LICENSE= AGPLv3 |
11 |
LICENSE= AGPLv3 |
12 |
|
12 |
|
13 |
USES= compiler:c++11-lang gmake |
13 |
LIB_DEPENDS= libArcus.so:devel/libArcus \ |
|
|
14 |
libprotobuf.so:devel/protobuf |
14 |
|
15 |
|
|
|
16 |
USES= cmake |
17 |
|
15 |
USE_GITHUB= yes |
18 |
USE_GITHUB= yes |
16 |
GH_ACCOUNT= Ultimaker |
19 |
GH_ACCOUNT= Ultimaker |
|
|
20 |
GH_TUPLE= nothings:stb:052dce117ed98:stb/include/stb |
17 |
|
21 |
|
|
|
22 |
CMAKE_ARGS+= -DStb_FOUND:BOOL=ON \ |
23 |
-DStb_INCLUDE_DIRS=${WRKSRC}/include |
24 |
|
18 |
PLIST_FILES= bin/CuraEngine |
25 |
PLIST_FILES= bin/CuraEngine |
19 |
|
26 |
|
20 |
do-install: |
|
|
21 |
${INSTALL_PROGRAM} ${WRKSRC}/build/CuraEngine ${STAGEDIR}${PREFIX}/bin |
22 |
|
23 |
.include <bsd.port.mk> |
27 |
.include <bsd.port.mk> |