# -*- 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

PortSystem          1.0
PortGroup           cmake   1.1
PortGroup           github  1.0

github.setup        LASzip LASzip 3.4.4
revision            0
checksums           rmd160  d8e5709380415077801083d89c68b612b8cc2c9a \
                    sha256  41f826848ff106f471b134224f58075ac8e36a62b6ba0ad75be8a8c191bdba4b \
                    size    233860

name                laszip
categories          gis
platforms           darwin
maintainers         {vince @Veence}
license             GPL-2+

description         a library to handle compressed point cloud data

long_description    LASzip is {*}${description}.

homepage            https://laszip.org
github.tarball_from releases
distname            laszip-src-${version}
worksrcdir          ${distname}.tar.gz

patchfiles          install_name.patch

compiler.cxx_standard 2017
