Ticket #38148: Portfile

File Portfile, 1.3 KB (added by FlorianFranzen@…, 11 years ago)
Line 
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$
3PortSystem              1.0
4name                    neuroscope
5version                 1.3.5
6categories              science
7platforms               darwin
8license                 GPL
9maintainers             gmail.com:FlorianFranzen
10description             Advanced viewer for electrophysiological and behavioral data
11long_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.
16homepage                http://neuroscope.sourceforge.net/
17master_sites            sourceforge \
18                        sourceforge:project/${name}/previous/${name}-${version}/
19distname                ${name}_${version}
20worksrcdir              ${name}
21checksums               rmd160  c97dd9384303ce67ed87dac069fbf2a9b989e518 \
22                        sha256  8ad714944aa21174b78845722d5793737341eb7d4aa9647cd00e7dbb32f758bd
23depends_lib             port:kdelibs3 \
24                        port:qt3 \
25                        port:libxml2
26configure.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