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

name                libt3config
version             1.0.0
revision            0

homepage            https://os.ghalkes.nl/

description         \
    The ${name} library provides functions for reading and writing simple \
    structured configuration files.

long_description    \
    {*}${description} ${name} provides the following features: simple \
    structured syntax, simple API for reading and manipulating \
    configurations, parsed configurations which uses typed data \(boolean, \
    integer, floating point number string, list, section\), schema \
    definitions, allowing verification of the structure of loaded \
    configuration data, and no use of global variables, allowing easy use in \
    threaded programs \(with the exception that if uselocale is not \
    available, setlocale should not be called at the same time in another \
    thread while reading or writing configuration data\).

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

checksums           rmd160  d035081e5c701b7387e4e8229185678de91f9389 \
                    sha256  1aba7262ed79b11b30f93d02183aafde49c9d6655f08ac438b26af3151908c01 \
                    size    96602

depends_build-append \
                    port:libtool \
                    port:pkgconfig

master_sites        ${homepage}/dist/
distname            ${name}-${version}
use_bzip2           yes

configure.env-append \
                    LIBTOOL=${prefix}/bin/glibtool
configure.args-append \
                    --without-gettext
