# -*- 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        libyal libclocale 20220107
categories          security
maintainers         nomaintainer
license             LGPL-3+

description         Library for cross-platform C locale functions
long_description    ${description}

distname            ${name}-alpha-${version}
worksrcdir          ${name}-${version}
github.tarball_from releases

checksums           rmd160  1da45dc46cde2dd6fbc0001bcef31b09fdd151d1 \
                    sha256  2c6ebbbd570ec25770db1806d5120009e24c91493d8d2aeb5480e791d2869853 \
                    size    513676

depends_build       port:pkgconfig

depends_lib         port:gettext \
                    port:libcerror \
                    port:libcstring \
                    port:libiconv

configure.args      --with-libiconv-prefix=${prefix} \
                    --with-libcstring=${prefix} \
                    --with-libcerror=${prefix}