1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name InsightToolkit |
---|
6 | version 3.4.0 |
---|
7 | revision 1 |
---|
8 | categories science |
---|
9 | maintainers p.schmiedeskamp@auckland.ac.nz |
---|
10 | description Segmentation and Registration Toolkit |
---|
11 | long_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 | |
---|
13 | homepage http://www.itk.org/ |
---|
14 | platforms darwin |
---|
15 | master_sites sourceforge:itk |
---|
16 | checksums md5 a71ca99e6d47ee0f12a7b0f18a6c7dc7 |
---|
17 | |
---|
18 | depends_build port:cmake |
---|
19 | distfiles ${name}-${version}${extract.suffix} |
---|
20 | |
---|
21 | configure.cmd cmake |
---|
22 | configure.pre_args |
---|
23 | |
---|
24 | configure.args -DBUILD_SHARED_LIBS:BOOL=ON \ |
---|
25 | -DCMAKE_INSTALL_PREFIX:PATH=${prefix} |
---|