1 | # $Id: $ |
---|
2 | PortSystem 1.0 |
---|
3 | name minc |
---|
4 | version 1.4 |
---|
5 | categories science |
---|
6 | maintainers mhough@users.sourceforge.net |
---|
7 | description This package contains tools to manipulate MINC files. |
---|
8 | long_description The Minc file format is a highly flexible medical image file format built on top of the NetCDF generalized data format. The format is simple, self-describing, extensible, portable and N-dimensional, with programming interfaces for both low-level data access and high-level volume manipulation. On top of the libraries is a suite of generic image-file manipulation tools. The format, libraries and tools are designed for use in a medical-imaging research environment: they are simple and powerful and make no attempt to provide a pretty interface to users. |
---|
9 | homepage http://www.bic.mni.mcgill.ca/software/ |
---|
10 | master_sites http://www.bic.mni.mcgill.ca/software/distribution/packages/ |
---|
11 | checksums md5 873a6deed8109f95d29a197bad9f6070 |
---|
12 | depends_lib lib:libnetcdf:netcdf |
---|
13 | |
---|
14 | platform darwin 8 { |
---|
15 | patchfiles patch-time.c |
---|
16 | } |
---|
17 | configure.args --with-build-path="${prefix}" |
---|