Ticket #26761: minc-2.0.18.diff

File minc-2.0.18.diff, 1.6 KB (added by ryandesign (Ryan Carsten Schmidt), 13 years ago)
  • Portfile

     
    22
    33PortSystem 1.0
    44name              minc
    5 version           1.4
     5version           2.0.18
    66categories        science
    77platforms         darwin
    88maintainers       mac.com:mhough
    99description       This package contains tools to manipulate MINC files.
    1010long_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.
    11 homepage          http://www.bic.mni.mcgill.ca/software/
    12 master_sites      ${homepage}/distribution/packages/
    13 checksums         md5 873a6deed8109f95d29a197bad9f6070
     11
     12homepage            http://www.bic.mni.mcgill.ca/ServicesSoftware/MINC
     13master_sites        http://packages.bic.mni.mcgill.ca/tgz/
     14
     15checksums           sha1    c08ef1fa80a495da9ef710e966e3a07b820e0298 \
     16                    rmd160  9ed3ff201e5eba452dfaa504313a59ebd78fc8c6
     17
    1418depends_lib       port:netcdf
    1519
    16 platform darwin 8 {
    17     patchfiles  patch-time.c
    18 }
    19 configure.args  --with-build-path="${prefix}" --mandir=${prefix}/share/man
     20configure.args      --with-build-path=${prefix}