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

github.setup        alonbl mp3unicode 1.2.1 mp3unicode-
categories          audio
platforms           darwin
license             GPL-2

maintainers         nomaintainer

description         A command line utility to convert ID3 tags in mp3 files between different encodings
long_description    ${description}

github.tarball_from releases
use_bzip2           yes

checksums           rmd160  58a8d2e44423ae10a6ffd4be7b0c752e7ac69723 \
                    sha256  3a273f832c33f8a75067f18c13bc7d5a3fc8eb8ee9b22ebbb926b01fafe6433b \
                    size    16416
checksums           rmd160  bb31045c51ef7d789ffe22767cf721fc7bc3ec30 \
                    sha256  375b432ce784407e74fceb055d115bf83b1bd04a83b95256171e1a36e00cfe07 \
                    size    101593

configure.env-append \
    ICONV_LIBS="-liconv"

depends_build       port:pkgconfig

depends_lib         port:libiconv \
                    port:taglib
