# -*- 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           cmake   1.1
PortGroup           github  1.0

github.setup        libgme game-music-emu 0.6.4
github.tarball_from archive
revision            0

homepage            ${homepage}/wiki

description         Game_Music_Emu is a collection of video game music file \
                    emulators that support various formats and systems
long_description    {*}${description}

categories          audio
license             GPL-3
maintainers         {gmail.com:herby.gillot @herbygillot} \
                    openmaintainer

checksums           rmd160  72c84c52b52f1979fb49b57a261feb51e5047925 \
                    sha256  f2360feb5a32ace226c583df4faf6eff74145c81264aaea11e17a1af2f6f101a \
                    size    343669

depends_build-append \
                    port:pkgconfig

depends_lib-append  port:libSDL2
