# -*- 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.3
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  d4e49e2cc3f3dace92c28d83654076d57b929945 \
                    sha256  3ff5ead18ca6d2fe249f0e80b361e1ad6782165115268ed4a58c780a60c1e0eb \
                    size    1049719

# 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
