Lines 1-5
Link Here
|
1 |
PORTNAME= LAStools |
1 |
PORTNAME= LAStools |
2 |
DISTVERSION= 2.0.0 |
2 |
DISTVERSION= 2.0.0 |
|
|
3 |
PORTREVISION= 1 |
3 |
CATEGORIES= misc |
4 |
CATEGORIES= misc |
4 |
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ |
5 |
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ |
5 |
DISTNAME= ${PORTNAME} |
6 |
DISTNAME= ${PORTNAME} |
Lines 11-24
COMMENT= Efficient tools for LiDAR processing
Link Here
|
11 |
LICENSE= LGPL21 |
12 |
LICENSE= LGPL21 |
12 |
LICENSE_FILE= ${WRKSRC}/COPYING.txt |
13 |
LICENSE_FILE= ${WRKSRC}/COPYING.txt |
13 |
|
14 |
|
14 |
USES= cmake zip |
15 |
USES= cmake:insource zip |
15 |
|
16 |
|
16 |
CMAKE_ON= BUILD_SHARED_LIBS |
17 |
CMAKE_ON= BUILD_SHARED_LIBS |
17 |
|
18 |
|
|
|
19 |
CONFLICTS_INSTALL= liblas |
20 |
|
18 |
EXECUTABLES= lasindex las2txt las2las txt2las lasdiff lasinfo laszip lasmerge lasprecision |
21 |
EXECUTABLES= lasindex las2txt las2las txt2las lasdiff lasinfo laszip lasmerge lasprecision |
19 |
|
22 |
|
20 |
post-configure: # workaround for https://github.com/LAStools/LAStools/issues/108 |
23 |
pre-install: |
21 |
@${REINPLACE_CMD} -e '/laslib-config.cmake/,1d' ${BUILD_WRKSRC}/LASlib/src/cmake_install.cmake |
24 |
${MV} ${WRKSRC}/LASlib/src/LASlib-config.cmake ${WRKSRC}/LASlib/src/laslib-config.cmake |
22 |
|
25 |
|
23 |
post-install: # install executables, workaround for https://github.com/LAStools/LAStools/issues/120 |
26 |
post-install: # install executables, workaround for https://github.com/LAStools/LAStools/issues/120 |
24 |
.for e in ${EXECUTABLES} |
27 |
.for e in ${EXECUTABLES} |