Portfile

# $Id: Portfile 20457 2006-11-03 15:12:00Z blair@macports.org $

PortSystem 1.0
name minc
version 1.4
categories science
maintainers mhough@mac.com
description This package contains tools to manipulate MINC files.
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.
homepage http://www.bic.mni.mcgill.ca/software/
master_sites ${homepage}/distribution/packages/
checksums md5 873a6deed8109f95d29a197bad9f6070
depends_lib port:netcdf

platform darwin 8 {
patchfiles patch-time.c
}
configure.args --with-build-path="${prefix}" --mandir=${prefix}/share/man

files