# -*- 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            hanslub42 rlwrap 0.46.1
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from     tarball
revision                0
categories              sysutils
license                 GPL-2+
maintainers             {@kakuhen} openmaintainer

description             rlwrap is a readline wrapper.

long_description        rlwrap is a wrapper that enables any other command to \
                        support editing of keyboard input using the GNU \
                        readline library.

checksums               rmd160  0c85853722f97e4f02b165d9c62789f81005ab81 \
                        sha256  9f944262bbab8e617e397713b3ef6c74cf172a08167635b8a7fc4a3e24c60eaf \
                        size    185122

depends_build-append    port:autoconf \
                        port:automake \
                        port:libtool

depends_lib             port:ncurses \
                        port:readline

use_autoreconf          yes

configure.args          --mandir=${prefix}/share/man
