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 ndmanager |
---|
5 | version 1.2.3 |
---|
6 | categories science |
---|
7 | platforms darwin |
---|
8 | license GPL |
---|
9 | maintainers gmail.com:FlorianFranzen |
---|
10 | description Simple graphical application to help manage experimental recording parameters and process data |
---|
11 | long_description Manageable recording parameters are e.g., number of channels and sampling \ |
---|
12 | rate of the acquisition system. Can process data by filtering, spike \ |
---|
13 | extraction, PCA, etc. NDManager is part of a larger data analysis framework, \ |
---|
14 | see Klusters, NeuroScope and FMAToolbox. |
---|
15 | homepage http://ndmanager.sourceforge.net/ |
---|
16 | master_sites sourceforge \ |
---|
17 | sourceforge:project/${name}/previous/${name}-${version}/ |
---|
18 | distname ${name}_${version} |
---|
19 | worksrcdir ${name} |
---|
20 | checksums rmd160 9bfba2b130e0673987190ac74dc985332493eb52 \ |
---|
21 | sha256 775bc655712bb09f0c90402a0dcd441fb266f3992ce349312a3c9878b3c8dfd9 |
---|
22 | depends_lib port:kdelibs3 \ |
---|
23 | port:qt3 \ |
---|
24 | port:libxml2 |
---|
25 | patchfiles patch_src_Makefile-tmpldir_prefix.diff |
---|
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 |
---|