Ticket #38145: Portfile

File Portfile, 1.2 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                    klusters
5version                 1.6.3
6categories              science
7platforms               darwin
8license                 GPL
9maintainers             gmail.com:FlorianFranzen
10description             Powerful and easy-to-use cluster cutting application to sort action potentials recorded from multiple neurons and electrodes.
11long_description        Klusters is part of a larger data analysis framework, \
12                        see NDManager, NeuroScope and FMAToolbox.
13homepage                http://klusters.sourceforge.net/
14master_sites            sourceforge:project/${name}/previous/${name}-${version}/
15worksrcdir              ${name} 
16checksums               rmd160  459324cdab481c16aa6f1fc8385603a4ca194aa0 \
17                        sha256  150d20e6d6233fe9aab3e0b0738d7cfbc41f2cb53ec6e9e95a6093fc9df8eadd
18depends_lib             port:kdelibs3 \
19                        port:qt3 \
20                        port:libxml2
21patchfiles              patch-configure.diff
22configure.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