Ticket #12413: Portfile

File Portfile, 1.1 KB (added by peter@…, 17 years ago)
Line 
1# $Id$
2
3PortSystem 1.0
4
5name                    InsightToolkit
6version                 3.2.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     210bc50d96f2a6414ec460fc926d851d
17
18depends_build           bin:cmake:cmake
19distfiles               ${name}-${version}${extract.suffix}
20
21configure               { system "cd ${worksrcpath} && cmake ${configure.args} ${worksrcpath}" }
22configure.args          -D BUILD_SHARED_LIBS:BOOL=ON \
23                        -D CMAKE_INSTALL_PREFIX:PATH=${prefix}
24