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 neuroscope |
---|
5 | version 1.3.5 |
---|
6 | categories science |
---|
7 | platforms darwin |
---|
8 | license GPL |
---|
9 | maintainers gmail.com:FlorianFranzen |
---|
10 | description Advanced viewer for electrophysiological and behavioral data |
---|
11 | long_description Can display local field potentials (EEG), neuronal spikes, \ |
---|
12 | behavioral events, as well as the position of the animal in \ |
---|
13 | the environment. Also features limited editing capabilities. \ |
---|
14 | NeuroScope is part of a larger data analysis framework, \ |
---|
15 | see Klusters, NDManager and FMAToolbox. |
---|
16 | homepage http://neuroscope.sourceforge.net/ |
---|
17 | master_sites sourceforge \ |
---|
18 | sourceforge:project/${name}/previous/${name}-${version}/ |
---|
19 | distname ${name}_${version} |
---|
20 | worksrcdir ${name} |
---|
21 | checksums rmd160 c97dd9384303ce67ed87dac069fbf2a9b989e518 \ |
---|
22 | sha256 8ad714944aa21174b78845722d5793737341eb7d4aa9647cd00e7dbb32f758bd |
---|
23 | depends_lib port:kdelibs3 \ |
---|
24 | port:qt3 \ |
---|
25 | port:libxml2 |
---|
26 | configure.args --with-qt-dir=${prefix}/lib/qt3 \ |
---|
27 | --with-qt-includes=${prefix}/lib/qt3/include \ |
---|
28 | --with-qt-libraries=${prefix}/lib/qt3/lib \ |
---|
29 | --with-kde3=yes \ |
---|
30 | --with-extra-libs=${prefix}/lib/kde3 \ |
---|
31 | --with-extra-includes=${prefix}/lib/kde3/include \ |
---|
32 | --without-arts |
---|