PortSystem 1.0

name             retawq
version          0.2.6c
revision         1
categories       www
license          GPL-2+
maintainers      nomaintainer
description      text-based web browser
long_description \
    retawq is an interactive, multi-threaded network client \
    (web browser) for text terminals on computers with \
    Unix-like operating systems. It is fast, small, nicely \
    configurable, and comfortable, e.g. the low-level \
    network communications are performed in a non-blocking \
    way, and you can keep open as many virtual windows \
    as you want and work simultaneously in two of them in \
    a split-screen mode.
homepage         http://retawq.sourceforge.net/
platforms        darwin

master_sites     sourceforge:project/${name}/${name}/${name}-${version}
checksums        md5 ee60188bea597680bd39e435a8c73ff9 \
                 sha1 ac99979e99ae3b3edba547dd23d54c8f5fb3c6f5

depends_lib      port:ncurses

patchfiles       patch-configure patch-stuff.h

configure.pre_args \
                 --path-prefix=${prefix}
configure.args   --path-man=${prefix}/share/man \
                 --path-doc=${prefix}/share/doc/${name}

post-configure {
	reinplace s|${prefix}|${destroot}${prefix}| ${worksrcpath}/Makefile
}
