# -*- 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 libfcache 20260520
revision            0
categories          devel
license             LGPL-3+
maintainers         nomaintainer
description         Library to provide generic file data cache functions
long_description    ${description}
distname            ${name}-alpha-${version}
checksums           rmd160  270cfe3f8eea6a65c574c4cccdd832cf1845fe1a \
                    sha256  290056f6bea437c7b9718845a5f9b6cd7c24a5710bd9e7d23809aebb4845e76d \
                    size    622083
github.tarball_from releases

worksrcdir          ${name}-${version}

depends_build-append \
                    port:gettext \
                    path:bin/pkg-config:pkgconfig

depends_lib-append  port:gettext-runtime \
                    port:libcdata \
                    port:libcerror \
                    port:libcthreads \
                    port:libiconv

configure.args-append \
                    --with-libiconv-prefix=${prefix} \
                    --with-libintl-prefix=${prefix}
