# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           octave 1.0

octave.setup        bitbucket jgpallero octproj 3.1.0
revision            0
license             GPL-3+
maintainers         {mps @Schamschula} openmaintainer
description         This package allows to call functions of PROJ.4 library for \
                    cartographic projections transformations.
long_description    {*}${description}

checksums           rmd160  a5baae1296845583c9c8eae22988a2c7ffa9979f \
                    sha256  17586a1125e6c1a1e9e2a5d9add6859ed2f7a7b86e68e93c94327860f4baafe7 \
                    size    9501835

depends_lib-append  port:proj9

patchfiles-append   patch-src-Makefile.diff

post-patch {
    reinplace "s|%PREFIX%|${prefix}|" ${worksrcpath}/src/Makefile
}
