# -*- 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.0

github.setup        okbob pspg 5.8.7
revision            0
checksums           rmd160  cfb05b2af567eebc5db92b91627531b0e708930c \
                    sha256  cbbd13898f321aab645569e32808dc3aa4c9529ea008b321f21e7a0d8360fcc9 \
                    size    2445765

categories          databases
license             BSD
maintainers         nomaintainer

description         pspg is a Unix pager optimized for table browsing
long_description    {*}${description}

github.tarball_from archive

depends_lib         port:ncurses \
                    port:readline
configure.args      PANEL_LIBS=-lpanel \
                    --with-postgresql=no

# args.c:305: error: ‘__SIZEOF_WCHAR_T__’ undeclared (first use in this function)
compiler.blacklist-append \
                    *gcc-4.0 *gcc-4.2
