Portfile

# $Id: Portfile 20499 2006-11-03 15:51:55Z blair@macports.org $

PortSystem 1.0
name rxvt
version 2.7.10
revision 1
categories x11
maintainers nomaintainer@macports.org
description Low memory usage colour xterm replacement
long_description \
Rxvt is an xterm replacement which uses a little less memory, and is \
suitable for use on machines with small memories. Tek4010 support is \
removed.
homepage http://www.rxvt.org/
platforms darwin

depends_lib lib:libX11.6:XFree86 lib:libfreetype.6:freetype

master_sites sourceforge
checksums md5 302c5c455e64047b02d1ef19ff749141

configure.env CPPFLAGS=-no-cpp-precomp
configure.args --enable-everything --mandir=${prefix}/share/man \
--disable-utmp

variant ml {
configure.args-append --enable-languages
}