Ticket #40038: Portfile

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

Modified portfile, made changes according to macsforever2000@ ...

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
9categories              gis
10maintainers             gmail.com:venabled
11platforms               darwin
12description             LAS 1.0/1.1/1.2 ASPRS LiDAR data translation toolset
13
14long_description \
15    libLAS is a C/C++ library for reading and writing the very common LAS \
16    LiDAR format. The ASPRS LAS format is a sequential binary format used to \
17    store data from LiDAR sensors and by LiDAR processing software for data \
18    interchange and archival.
19
20homepage            http://www.liblas.org/index.html
21master_sites            http://download.osgeo.org/liblas
22
23checksums                       sha256  e6b30c4530fef283e680fac59b199e1be6b96994fb663d08fd12838eef928277 \
24                        rmd160  74642d8a2eb302458e7e829eab733ba409725f87
25
26distname                libLAS-${version}
27
28configure.args-append \
29                                        -DWITH_GEOTIFF=ON
30
31depends_lib-append      port:boost \
32                                port:gdal \
33                                port:libgeotiff