# $Id: Portfile 62211 2009-12-31 21:36:31Z ryandesign@macports.org $

PortSystem      1.0

name            emergent
version         5.0.0
categories      science
platforms       darwin
maintainers     nomaintainer
description     Neural network simulator

long_description \
    emergent is a comprehensive simulation environment for creating complex, \
    sophisticated models of the brain and cognitive processes using neural \
    network models. It includes a full GUI environment for constructing \
    networks and the input/output patterns for the networks to process, and \
    many different analysis tools for understanding what the networks are \
    doing.

homepage        http://grey.colorado.edu/emergent
fetch.type      svn
worksrcdir      trunk
svn.url         http://grey.colorado.edu/svn/emergent/emergent/${worksrcdir}
svn.args        --username anonymous --password emergent
svn.revision    4146
configure.env-append    UPDATE_TYPE=svn
build.dir       ${worksrcpath}/build
use_parallel_build  yes

depends_build   bin:cmake:cmake
depends_lib     port:readline path:bin/qmake-mac:qt4-mac port:Coin port:Quarter port:gsl port:ode

