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 | # $Id$ |
---|
3 | PortSystem 1.0 |
---|
4 | name klusters |
---|
5 | version 1.6.3 |
---|
6 | categories science |
---|
7 | platforms darwin |
---|
8 | license GPL |
---|
9 | maintainers gmail.com:FlorianFranzen |
---|
10 | description Powerful and easy-to-use cluster cutting application to sort action potentials recorded from multiple neurons and electrodes. |
---|
11 | long_description Klusters is part of a larger data analysis framework, \ |
---|
12 | see NDManager, NeuroScope and FMAToolbox. |
---|
13 | homepage http://klusters.sourceforge.net/ |
---|
14 | master_sites sourceforge:project/${name}/previous/${name}-${version}/ |
---|
15 | worksrcdir ${name} |
---|
16 | checksums rmd160 459324cdab481c16aa6f1fc8385603a4ca194aa0 \ |
---|
17 | sha256 150d20e6d6233fe9aab3e0b0738d7cfbc41f2cb53ec6e9e95a6093fc9df8eadd |
---|
18 | depends_lib port:kdelibs3 \ |
---|
19 | port:qt3 \ |
---|
20 | port:libxml2 |
---|
21 | patchfiles patch-configure.diff |
---|
22 | configure.args --with-qt-dir=${prefix}/lib/qt3 \ |
---|
23 | --with-qt-includes=${prefix}/lib/qt3/include \ |
---|
24 | --with-qt-libraries=${prefix}/lib/qt3/lib \ |
---|
25 | --with-kde3=yes \ |
---|
26 | --with-extra-libs=${prefix}/lib/kde3 \ |
---|
27 | --with-extra-includes=${prefix}/lib/kde3/include \ |
---|
28 | --without-arts |
---|