# -*- 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.2
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  94ebd443fbc9c1d177b5828653dd1f36b0a64504 \
                    sha256  4b74a36ced94e9a7bea401157e664addcc5be251e7df7f88d4674361da012c21 \
                    size    1039342

# 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
