Ticket #13932: Portfile

File Portfile, 1.0 KB (added by peter@…, 16 years ago)
Line 
1# $Id$
2
3PortSystem 1.0
4
5name                    InsightToolkit
6version                 3.4.0
7revision                1
8categories              science
9maintainers             p.schmiedeskamp@auckland.ac.nz
10description             Segmentation and Registration Toolkit
11long_description        ITK  is an open-source software toolkit for performing registration and segmentation. Segmentation is the process of identifying and classifying data found in a digitally sampled representation. Typically the sampled representation is an image acquired from such medical instrumentation as CT or MRI scanners. Registration is the task of aligning or developing correspondences between data. For example, in the medical environment, a CT scan may be aligned with a MRI scan in order to combine the information contained in both.
12
13homepage                http://www.itk.org/
14platforms               darwin
15master_sites            sourceforge:itk
16checksums               md5     a71ca99e6d47ee0f12a7b0f18a6c7dc7
17
18depends_build           port:cmake
19distfiles               ${name}-${version}${extract.suffix}
20
21configure.cmd           cmake
22configure.pre_args
23
24configure.args          -DBUILD_SHARED_LIBS:BOOL=ON \
25                        -DCMAKE_INSTALL_PREFIX:PATH=${prefix}