# $Id: Portfile 88485 2012-01-03 11:01:15Z mww@macports.org $

PortSystem          1.0
PortGroup ocaml 1.0

name                ocaml-ogg
version             0.2.0
categories          devel ml multimedia
maintainers         rastageeks.org:toots
license             LGPL-2.1
description         OCaml bindings for the libogg multimedia library
long_description    This port contains an O'Caml interface for the Ogg \
                    bitstream library, otherwise known as libogg.
homepage            http://savonet.sf.net/
platforms           darwin
master_sites        sourceforge:savonet

checksums           md5  eec171992ebb0cb24ec5877de51923ca \
                    sha1  c632364a997ed53a9bb97f6f340d0d6558d810cb \
                    rmd160  b8676342670e07ddc5008507184c3d6359babf9c

depends_build       port:pkgconfig
depends_lib         port:ocaml \
                    port:ocaml-findlib \
                    port:libogg

configure.pkg_config    ${prefix}/bin/pkg-config
configure.env       OCAMLFIND=${ocamlfind_wrapper}

build.args          LIBDIRS=${prefix}/lib

