a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
PortSystem 1.0
name retawq
version 0.2.6b
categories www
maintainers nomaintainer@macports.org
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
checksums md5 3e232dac8f8c17abf33dae4a455a694c
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
}