Ticket #38146: Portfile.2

File Portfile.2, 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                    maskedklustakwik
5version                 3.0.2
6categories              science
7platforms               darwin
8license                 GPL
9                        gmail.com:FlorianFranzen
10description             Program for automatic clustering of continuous data into a mixture of Gaussians.
11long_description        Uses the expectation maximization and split and merge algorithm. Was originally \
12                        developed for sorting of neuronal action potentials, but can be applied to any \
13                        sort of data.
14homepage                http://klustakwik.sourceforge.net/
15master_sites            sourceforge:project/klustakwik/maskedKlustaKwik/
16use_bzip2               yes
17extract.suffix          .bz2
18distname                MKK_sourceforge
19distfiles               KlustaKwik-${version}${extract.suffix}
20checksums               rmd160  1d723b72ed17c285a160856c4f3131c1f3451896 \
21                        sha256  acdd9a71675d2c0b64809d7f67118eebdb42df1eddfc170b9a00fc8a37dac5b6
22configure               no
23build.target-delete     all
24build.args-append       CC=${configure.cc} \
25                        CXX=${configure.cxx} \
26                        CPP=${configure.cpp}
27destroot                { xinstall -m 755 ${worksrcpath}/KlustaKwik ${destroot}${prefix}/bin/${name} }