# $Id: Portfile 112431 2013-10-22 22:46:55Z ryandesign@macports.org $

PortSystem        1.0

name              flashdot
version           0.7.8
revision          3
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://www.flashdot.info/
platforms         darwin
fetch.type        svn
worksrcdir        src
svn.url           https://svn.code.sf.net/p/flashdot/code/trunk/src/
svn.revision      78
# Use checkout as the version calculation makes certain assumptions
svn.method        checkout

depends_lib       port:ocaml port:ocamlsdl port:ocaml-gsl port:lablgl
use_parallel_build no
