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

github.setup        arkq cmusfm 0.5.0 v
revision            0
categories          audio
maintainers         nomaintainer
license             GPL-3
description         Last.fm standalone scrobbler for the cmus music player
long_description    {*}${description}

checksums           rmd160  aca25f94f8ebf89cfa00aed14732c1f439d1c665 \
                    sha256  17aae8fc805e79b367053ad170854edceee5f4c51a9880200d193db9862d8363 \
                    size    43491
github.tarball_from archive

use_autoreconf      yes

depends_lib-append  port:curl

depends_run-append  port:cmus

configure.args-append \
                    --disable-libnotify \
                    --disable-manpages
