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

name                shapelib
version             1.6.1
revision            0
categories          graphics gis
maintainers         nomaintainer
license             LGPL-2+

description         Library and tools for dealing with ESRI ShapeFiles

long_description    This software provides support for the ESRI ShapeFiles.

homepage            http://shapelib.maptools.org
master_sites        http://download.osgeo.org/shapelib/

checksums           rmd160  9b0765e3bf520a7060d59349731ab4da6c2d396a \
                    sha256  5da90a60e25440f108f4e8e95732bfa83ede13c8e0c2bcf80ae41006cc8ebc20 \
                    size    1036372

# target_compile_features The compiler feature "cxx_std_14" is not known to CXX compiler
compiler.cxx_standard   2014

configure.args-append \
                    -DBUILD_TESTING=OFF
