Lines 3-8
Link Here
|
3 |
|
3 |
|
4 |
PORTNAME= openvsp |
4 |
PORTNAME= openvsp |
5 |
PORTVERSION= 3.10.0 |
5 |
PORTVERSION= 3.10.0 |
|
|
6 |
PORTREVISION= 1 |
6 |
DISTVERSIONPREFIX= ${GH_PROJECT}_ |
7 |
DISTVERSIONPREFIX= ${GH_PROJECT}_ |
7 |
CATEGORIES= cad |
8 |
CATEGORIES= cad |
8 |
|
9 |
|
Lines 14-21
Link Here
|
14 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
15 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
15 |
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept |
16 |
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept |
16 |
|
17 |
|
17 |
LIB_DEPENDS= libpthread-stubs.so:devel/libpthread-stubs \ |
18 |
LIB_DEPENDS= libdrm.so:graphics/libdrm \ |
18 |
libdrm.so:graphics/libdrm \ |
|
|
19 |
libpng.so:graphics/png \ |
19 |
libpng.so:graphics/png \ |
20 |
libfreetype.so:print/freetype2 \ |
20 |
libfreetype.so:print/freetype2 \ |
21 |
libexpat.so:textproc/expat2 \ |
21 |
libexpat.so:textproc/expat2 \ |
Lines 26-32
Link Here
|
26 |
BUILD_DEPENDS= ${LOCALBASE}/lib/libopenNURBS.a:graphics/opennurbs \ |
26 |
BUILD_DEPENDS= ${LOCALBASE}/lib/libopenNURBS.a:graphics/opennurbs \ |
27 |
${LOCALBASE}/include/eli/code_eli.hpp:graphics/code-eli \ |
27 |
${LOCALBASE}/include/eli/code_eli.hpp:graphics/code-eli \ |
28 |
${LOCALBASE}/include/glm/glm.hpp:math/glm \ |
28 |
${LOCALBASE}/include/glm/glm.hpp:math/glm \ |
29 |
${LOCALBASE}/include/eigen3/Eigen/Array:math/eigen3 |
29 |
${LOCALBASE}/include/eigen3/Eigen/Array:math/eigen3 \ |
|
|
30 |
${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs |
30 |
|
31 |
|
31 |
USE_GITHUB= yes |
32 |
USE_GITHUB= yes |
32 |
GH_PROJECT= OpenVSP |
33 |
GH_PROJECT= OpenVSP |