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

github.setup            temisu ancient 2.3.0 v
revision                0
checksums               rmd160  4a411d28f43ca0d70b786f698609cbc558a111a6 \
                        sha256  5d1d71f0fb8c69955bb4ec01ed9ffd2b5bf546b10463030dda85d949ea422bc9 \
                        size    125979

license                 BSD
categories              archivers
maintainers             nomaintainer

description             Decompression routines for ancient formats
long_description        {*}${description}

github.tarball_from     archive

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

# No release tarball; no configure script in repo.
use_autoreconf          yes
autoreconf.args         -fvi

configure.args-append   -disable-silent-rules

compiler.cxx_standard   2017

# uses optional and exceptions
legacysupport.newest_darwin_requires_legacy 17
legacysupport.use_mp_libcxx     yes
