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 netcdf 1.0.4 |
---|
8 | platforms darwin |
---|
9 | license GPL-2+ |
---|
10 | maintainers gmail.com:mschamschula openmaintainer |
---|
11 | description A MATLAB compatible NetCDF interface for Octave. |
---|
12 | long_description ${description} |
---|
13 | |
---|
14 | checksums rmd160 ceaf12ef9080febf0240812b93bc7fda8d28d4f6 \ |
---|
15 | sha256 95788862e1c6892b7ce7911ae8541cbae57c66babefaa105c0f4dce4c57191f9 |
---|
16 | |
---|
17 | depends_lib-append port:netcdf |
---|