# $Id: Portfile 88544 2012-01-04 02:41:31Z mww@macports.org $

PortSystem        1.0

name              flashdot
version           0.7.8
revision          1
categories        science
maintainers       macports@tobias-elze.de
description       FlashDot is a generator for psychophysical experiments.
long_description  \
    FlashDot is intended for generating and presenting\
    visual perceptual experiments that require a high temporal precision. \
    It is controlled by a simple experiment building language and allows \
    experiment generation with either a text or a graphical editor.
homepage          http://flashdot.sourceforge.net
platforms         darwin
fetch.type        svn
worksrcdir       src
svn.url           https://flashdot.svn.sourceforge.net/svnroot/flashdot/trunk/src
svn.revision     78
# Use checkout as the version calculation makes certain assumptions
# When 1.8 is released, svn.method can be set without the if{}
if {[info exists svn.method]} {
   svn.method          checkout
}
depends_lib       port:ocamlsdl port:ocaml-gsl port:lablgl
use_parallel_build no
