# $Id: Portfile 65050 2010-03-20 14:24:01Z nox@macports.org $

PortSystem      1.0
PortGroup       haskell 1.0

haskell.setup   terminfo 0.3.1.1
license         BSD-3
maintainers     nox openmaintainer
platforms       darwin
description     Haskell bindings to the terminfo library.

long_description \
    This library provides an interface to the terminfo database (via bindings \
    to the curses library). Terminfo allows programs to interact with a \
    variety of terminals using a standard set of capabilities.

checksums       md5     9145164514690114ca99be7b6bd9fb80 \
                sha1    31461914b845615c4a9f7ab19f2b245e12d98861 \
                rmd160  a5795ead40b88b1ca906f41f4968d323d96eecd1

depends_lib \
    port:ncursesw

configure.args-append \
    --docdir=${prefix}/share/doc/${name} \
    --extra-include-dirs=${prefix}/include \
    --extra-lib-dirs=${prefix}/lib

universal_variant no
