Ticket #3843: Portfile

File Portfile, 1.1 KB (added by mhough@…, 19 years ago)

Portfile revision 0

Line 
1# $Id: $
2PortSystem        1.0
3name              minc
4version           1.4
5categories        science
6maintainers       mhough@users.sourceforge.net
7description       This package contains tools to manipulate MINC files.
8long_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.
9homepage          http://www.bic.mni.mcgill.ca/software/
10master_sites      http://www.bic.mni.mcgill.ca/software/distribution/packages/
11checksums         md5 873a6deed8109f95d29a197bad9f6070
12depends_lib       lib:libnetcdf:netcdf
13
14platform darwin 8 {
15patchfiles      patch-time.c
16}
17configure.args  --with-build-path="${prefix}"