1 | # -*- 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 |
---|
2 | # $Id: Portfile 114034 2013-11-27 16:20:17Z michaelld@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup octave 1.0 |
---|
6 | |
---|
7 | octave.setup octproj 1.1.5 |
---|
8 | platforms darwin |
---|
9 | license GPL-2+ |
---|
10 | maintainers gmail.com:mschamschula openmaintainer |
---|
11 | description This package allows to call functions of PROJ.4 library for \ |
---|
12 | cartographic projections transformations. |
---|
13 | long_description ${description} |
---|
14 | |
---|
15 | checksums rmd160 f47e7addc3ced4f2373a5ab0e726186af0aa6644 \ |
---|
16 | sha256 ee25b03e66cca30ebedcf09b4303b3e05d8896c3054a69d8e5810492bd86b5d3 |
---|
17 | |
---|
18 | depends_lib-append port:proj |
---|