1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup cmake 1.0 |
---|
6 | |
---|
7 | name liblas |
---|
8 | version 1.7.0 |
---|
9 | license LGPL-2.1+ |
---|
10 | categories gis |
---|
11 | maintainers gmail.com:venabled |
---|
12 | platforms darwin |
---|
13 | description LAS 1.0/1.1/1.2 ASPRS LiDAR data translation toolset |
---|
14 | |
---|
15 | long_description \ |
---|
16 | libLAS is a C/C++ library for reading and writing the very common LAS \ |
---|
17 | LiDAR format. The ASPRS LAS format is a sequential binary format used to \ |
---|
18 | store data from LiDAR sensors and by LiDAR processing software for data \ |
---|
19 | interchange and archival. |
---|
20 | |
---|
21 | homepage http://www.liblas.org/index.html |
---|
22 | master_sites http://download.osgeo.org/liblas |
---|
23 | |
---|
24 | checksums sha256 e6b30c4530fef283e680fac59b199e1be6b96994fb663d08fd12838eef928277 \ |
---|
25 | rmd160 74642d8a2eb302458e7e829eab733ba409725f87 |
---|
26 | |
---|
27 | distname libLAS-${version} |
---|
28 | |
---|
29 | configure.args-append \ |
---|
30 | -DWITH_GEOTIFF=ON |
---|
31 | |
---|
32 | depends_lib-append port:boost \ |
---|
33 | port:gdal \ |
---|
34 | port:libgeotiff |
---|