# $Id: Portfile 65127 2010-03-22 15:19:38Z nox@macports.org $

PortSystem      1.0
PortGroup       haskell 1.0

haskell.setup   vty 3.1.8.4
name            ${name}-[lindex [split ${version} .] 0]
platforms       darwin
categories      devel
maintainers     nox openmaintainer
description     A simple terminal access library

long_description \
    vty is terminal GUI library in the niche of ncurses. It is intended to be \
    easy to use, have no confusing corner cases, and good support for common \
    terminal types. Notable infelicities: sometimes poor efficiency, assumes \
    UTF-8 character encoding support by the terminal.

checksums       md5     25522acaffa74bd9dd3da7c227469d1d \
                sha1    3b5b5ff25acd26214463fe747ef1a040da70090e \
                rmd160  b8f3ce7bf36ee70405a0080c25f816a613beab6f

depends_build-append \
    port:hs-terminfo \
    port:hs-utf8-string

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

universal_variant no

livecheck.type none
