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

name                ytree
version             2.10
revision            0

description         Ytree - a (curses-based) file manager similar to DOS \
                    Xtree\(tm\)

long_description    {*}${description}, for browsing filesystems and archives \
                    \(RAR/SPM/RPM/TAR/ARC/LHA/ZIP/ZOO\).

homepage            https://www.han.de/~werner/ytree.html
master_sites        https://www.han.de/~werner/

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

checksums           rmd160  82fd72996d02ddb7ff32d68da5aa032da905bdb4 \
                    sha256  3bbbbd32f568cdae3e03fc735b1783d8cba605a2ca6056d1b971143d7ddd517d \
                    size    123235

patchfiles          patch-Makefile.diff

build.target        ${name}

depends_lib-append  port:ncurses \
                    port:readline

livecheck.type      regex
livecheck.regex     ytree-(\[0-9.\]+)${extract.suffix}
