Ticket #17932: Portfile

File Portfile, 1.0 KB (added by krunk7@…, 15 years ago)

Nifti Portfile

Line 
1# vim: set syn=tcl:
2PortSystem          1.0
3
4name                nifticlib
5version             1.1.0
6categories          graphics science
7maintainers         jameskyle@ucla.edu
8description         niftilib is a collection of i/o routines for the nifti1 neuroimage data format.
9long_description    niftilib is a collection of i/o routines for the nifti1 neuroimage data format. C (nifticlib), Java (niftijlib), Matlab (niftimatlib), and Python (pynifti) code is available. Information about the nifti format is available at http://nifti.nimh.nih.gov/df
10
11homepage            http://sourceforge.net/projects/niftilib
12platforms           darwin
13master_sites        http://dl.sourceforge.net/sourceforge/niftilib/
14checksums           md5 671c020b3ad54ecdae595983a7d73f79 \
15                    sha1 f1837fa6b99e32f9f80a73ebda56ff5e1e9d6efd \
16                    rmd160 3d70405085b3c432638baa48c71669b1235d385e
17
18depends_build port:cmake
19configure.cmd cmake
20
21configure.pre_args
22configure.args -DCMAKE_INSTALL_PREFIX:PATH=${prefix}