# $OpenBSD$

COMMENT =	clone of rxvt with unicode and xft support

DISTNAME =	rxvt-unicode-9.07
CATEGORIES =	x11

EXTRACT_SUFX =	.tar.bz2
MASTER_SITES =	http://dist.schmorp.de/rxvt-unicode/

HOMEPAGE =	http://software.schmorp.de/pkg/rxvt-unicode.html

MAINTAINER =	Thomas de Grivel <billitch@gmail.com>

# GPLv2
PERMIT_PACKAGE_CDROM =	 Yes
PERMIT_PACKAGE_FTP =	 Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP =	 Yes

WANTLIB =	X11 Xau Xdmcp Xft Xrender c expat fontconfig \
		freetype m perl util z

USE_X11 =		Yes
CONFIGURE_STYLE =	autoconf
AUTOCONF_VERSION =	2.61
CONFIGURE_ARGS =	--enable-perl \
			--disable-afterimage \
			--disable-xim \
			--with-term=xterm \
			--enable-xterm-colors=256

.include <bsd.port.mk>
