# $Id: Portfile,v 1.4 2006/01/21 23:24:16 mww Exp $

PortSystem 1.0
name               rxvt-unicode
version            7.0
categories         x11
maintainers	   pesco@gmx.de
description        Unicode-aware rxvt clone.
long_description   rxvt-unicode is a clone of the well-known terminal \
                   emulator rxvt. Some of it's main features over rxvt are \
                   use of UCS-2 or UCS-4 to store text internally, \
                   locale-correct in- and output, stability, \
                   completely flicker-free \
                   display, support for Xft and core fonts in any \
                   combination, etc.
homepage           http://software.schmorp.de/#rxvt-unicode

master_sites       http://dist.schmorp.de/rxvt-unicode/ \
                   http://dist.schmorp.de/rxvt-unicode/Attic/
depends_lib        lib:libX11.6:XFree86 lib:libfreetype.6:freetype \
                   lib:libXft.2:Xft2 lib:libXrender.1:xrender \
                   lib:libfontconfig.1:fontconfig lib:libz.1:zlib \
                   lib:libexpat.0:expat
use_bzip2          yes
checksums          md5 4c7905b57199d1fe217a91e750721af9

configure.args     --enable-everything --with-codeset=all \
                   --mandir=${prefix}/share/man

platform darwin 8 {
	configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
}

