1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name InsightToolkit |
---|
6 | version 3.2.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 210bc50d96f2a6414ec460fc926d851d |
---|
17 | |
---|
18 | depends_build bin:cmake:cmake |
---|
19 | distfiles ${name}-${version}${extract.suffix} |
---|
20 | |
---|
21 | configure { system "cd ${worksrcpath} && cmake ${configure.args} ${worksrcpath}" } |
---|
22 | configure.args -D BUILD_SHARED_LIBS:BOOL=ON \ |
---|
23 | -D CMAKE_INSTALL_PREFIX:PATH=${prefix} |
---|
24 | |
---|