# -*- 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        neovim unibilium 2.1.4 v
github.tarball_from archive
revision            0
categories          devel
maintainers         nomaintainer
license             LGPL-3+

description         A terminfo parsing library

long_description \
    Unibilium is a very basic terminfo library. It doesn't depend on curses or \
    any other library. It also doesn't use global variables, so it should be \
    thread-safe.

checksums           rmd160  2d422483378478ed88defa987d306a4ff114df39 \
                    sha256  7360907bcf79ba49f6fc4a504767ff86e93ab9018477026fcc70d5ab77e1f2c1 \
                    size    126284

use_autoreconf      yes
build.args          TERMINFO_DIRS="\\"/etc/terminfo:${prefix}/share/terminfo:/usr/local/share/terminfo:/usr/share/terminfo\\""

test.run            yes
