# -*- 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 # $Id$ PortSystem 1.0 name neuron-iv version 18 categories science platforms darwin license {SGI Stanford} maintainers gmx.de:christsc description Graphics toolkit for NEURON based on InterViews long_description This version of interviews has been hacked from the original \ distribution to be portable to a few more platforms, and to use an \ autoconfigure script. homepage http://www.neuron.yale.edu master_sites http://www.stimfit.org/neuron/ distname iv-${version} checksums rmd160 542f86e95e7bfb25e871fea182d71dbc4e977a76 \ sha256 a875692a20211e0856e9e283ab9ef5da022b4d49853aa7f2f734104f399e7af1 depends_lib port:xorg-libX11 \ port:xorg-libXext configure.pre_args --prefix=${applications_dir}/NEURON/iv destroot.destdir DESTDIR=${destroot} post-destroot { set docdir ${destroot}${prefix}/share/doc/${name} xinstall -d ${docdir} xinstall -m 644 ${worksrcpath}/Copyright ${docdir} }