# -*- 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

PortSystem          1.0
PortGroup           github 1.0
PortGroup           cmake 1.1

github.setup        vancegroup freealut fc814e316c2b
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball

version             1.1
revision            1
categories          audio devel
maintainers         gmail.com:lubodiakov openmaintainer
license             LGPL-2

description         Free implementation of OpenAL's ALUT standard

long_description    FreeALUT is a {*}${description}. It's forked from the \
                    open-sourced version available originally \
                    from the Git repository at github.com. See \
                    the file AUTHORS for the people involved.

checksums           rmd160  02167786f4d3a74bd571fdc9b7d855a2461d9585 \
                    sha256  6ade3cb61f303497b68270e648691c61cd54d04af730e33e07eda799a58024f4

depends_lib-append  port:openal-soft
