Ticket #40038: Portfile.2

File Portfile.2, 1.1 KB (added by venabled@…, 11 years ago)

Added license terms (LGPL-2.1+)

Line 
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
4PortSystem              1.0
5PortGroup               cmake 1.0
6
7name                    liblas
8version                 1.7.0
9license                         LGPL-2.1+
10categories              gis
11maintainers             gmail.com:venabled
12platforms               darwin
13description             LAS 1.0/1.1/1.2 ASPRS LiDAR data translation toolset
14
15long_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
21homepage            http://www.liblas.org/index.html
22master_sites            http://download.osgeo.org/liblas
23
24checksums                       sha256  e6b30c4530fef283e680fac59b199e1be6b96994fb663d08fd12838eef928277 \
25                        rmd160  74642d8a2eb302458e7e829eab733ba409725f87
26
27distname                libLAS-${version}
28
29configure.args-append \
30                                        -DWITH_GEOTIFF=ON
31
32depends_lib-append      port:boost \
33                                port:gdal \
34                                port:libgeotiff