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

github.setup        leo-arch fnf 0.4 v
revision            0
categories          sysutils devel
license             MIT
maintainers         nomaintainer

description         Interactive fuzzy finder
long_description    {*}${description} for the terminal.

checksums           rmd160  63ef44fabd9c05760efdcdc4f97c858aa95bcb21 \
                    sha256  13aa1c1bddfa6be4f458af3e077ed0c1bbd91400d89cf670c1a10cafd525c8f5 \
                    size    66997
github.tarball_from archive

compiler.c_standard 1999

if {[string match *gcc-4.* ${configure.compiler}]} {
    post-patch {
        reinplace "s/-Werror=vla//" ${worksrcpath}/Makefile
    }
}
