# $Id: Portfile 56649 2009-08-31 17:16:40Z jeremyhu@macports.org $

PortSystem        1.0

name              ocamlsdl
version           0.7.2
categories        devel multimedia
maintainers       nomaintainer
description       OCaml bindings for SDL
long_description  \
    SDL (Simple DirectMedia Layer) is a generic API that provides low level access to audio, keyboard, mouse, and display\
    framebuffer across multiple platforms. OCamlSDL is an OCaml interface to the SDL and might be used to write multimedia\
    applications in Objective Caml.
homepage          http://ocamlsdl.sourceforge.net
platforms         darwin
master_sites      sourceforge
checksums         md5    0707a9cf80bd9cfe18ad660dc077bad6         \
                  sha1   eddaefdc2897bf46c5bc2e87f402966c901c8390 \
                  rmd160 8a7bebda15e80c9d6c9dcda4ce6c431de8dcfc93
patchfiles              patch-configure.diff patch-src-Makefile.diff
depends_lib       port:libsdl_image port:libsdl_mixer port:libsdl_ttf port:ocaml port:lablgl
configure.args    --without-findlib

