Ticket #17144: Portfile

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

UCLATools Portfile

Line 
1PortSystem 1.0
2
3name                      uclatools
4version           1.0.1
5categories        science graphics
6maintainers       jameskyle@ucla.edu
7description       Set of utilities for converting, analysing, and manipulating MRI image data.
8long_description        UCLATools includes a collection of programs written mainly by Mark S. Cohen at the UCLA Center for Cognitive Neuroscience. They provide a variety of functionalityin relation to MRI imaging. Each tool has a usage that should clarify it's utility.
9
10homepage          http://www.ccn.ucla.edu/BMCweb/SharedCode/SharedSoftware.html
11platforms                     darwin
12master_sites              http://www.ccn.ucla.edu/jkyle/
13checksums                     md5 9d3aa05f89fc4979bbfeccbb43c3624e \
14                  sha1 798387529b586f949eb52bbe7ba92440cbeb1c99 \
15                  rmd160 ccf0dd99d3886c6c1bbb55cbc277d5e2460ea0b6
16
17depends_build port:cmake
18configure.cmd cmake
19
20configure.pre_args
21configure.args -DCMAKE_INSTALL_PREFIX:PATH=${prefix}
22
23use_parallel_build yes
24
25variant universal {
26  configure.args-append -DUNIVERSAL:BOOL=TRUE
27}
28