# HG changeset patch
# User Sean Farley <sean.michael.farley@gmail.com>
# Date 1354641347 21600
# Node ID 2841e25bf7c6142fa44158e0452bdabebc674d10
# Parent a9a2f760c53154d77a768e1ec55fe569b6ffadd4
nifticlib: whitespace cleanup
diff --git a/dports/graphics/nifticlib/Portfile b/dports/graphics/nifticlib/Portfile
a
|
b
|
|
1 | 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 | 2 | # $Id$ |
3 | 3 | PortSystem 1.0 |
4 | 4 | PortGroup cmake 1.0 |
| 5 | |
5 | 6 | name nifticlib |
6 | 7 | version 1.1.0 |
7 | 8 | revision 1 |
8 | 9 | categories graphics science |
9 | 10 | maintainers jameskyle |
10 | | description niftilib is a collection of i/o routines for the nifti1 neuroimage data format. |
11 | | long_description niftilib is a collection of i/o routines for the nifti1 neuroimage data format. C (nifticlib), Java (niftijlib), Matlab (niftimatlib), and Python (pynifti) code is available. Information about the nifti format is available at http://nifti.nimh.nih.gov/df |
| 11 | |
| 12 | description niftilib is a collection of i/o routines for the nifti1 neuroimage data format |
| 13 | |
| 14 | long_description ${description}. C (nifticlib), Java (niftijlib), Matlab (niftimatlib), and \ |
| 15 | Python (pynifti) code is available. Information about the nifti format is available at \ |
| 16 | http://nifti.nimh.nih.gov/df |
12 | 17 | |
13 | 18 | homepage http://sourceforge.net/projects/niftilib |
14 | 19 | platforms darwin |
15 | 20 | master_sites sourceforge:niftilib |
| 21 | |
16 | 22 | checksums md5 671c020b3ad54ecdae595983a7d73f79 \ |
17 | 23 | sha1 f1837fa6b99e32f9f80a73ebda56ff5e1e9d6efd \ |
18 | 24 | rmd160 3d70405085b3c432638baa48c71669b1235d385e |
19 | 25 | |
20 | | configure.args-append -DBUILD_SHARED_LIBS:BOOL=True \ |
21 | | -DCMAKE_INSTALL_NAME_DIR:STRING=${prefix}/lib |
22 | | livecheck.url http://sourceforge.net/export/rss2_projfiles.php?project=niftilib |
23 | | livecheck.regex {nifticlib-([0-9.]+).tar.gz} |
| 26 | configure.args -DBUILD_SHARED_LIBS:BOOL=True \ |
| 27 | -DCMAKE_INSTALL_NAME_DIR:STRING=${prefix}/lib |
| 28 | |
| 29 | livecheck.url http://sourceforge.net/export/rss2_projfiles.php?project=niftilib |
| 30 | livecheck.regex {nifticlib-([0-9.]+).tar.gz} |