GARNAME = xchat
GARVERSION = 2.8.4
CATEGORIES = fifth-toe
DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2
PATCHFILES = xc284-improvescrollback.diff xc284-scrollbmkdir.diff

MASTER_SITES = http://xchat.org/files/source/2.8/

LIBDEPS = platform/gtk+

DESCRIPTION = xchat
define BLURB
X-Chat is an IRC client for UNIX operating systems. I.R.C. is Internet
Relay Chat, see http://irchelp.org for more information about IRC in
general. Xchat runs on most BSD and POSIX compliant operating systems
endef

CONFIGURE_SCRIPTS = $(WORKSRC)/configure
BUILD_SCRIPTS = $(WORKSRC)/Makefile
INSTALL_SCRIPTS = $(WORKSRC)/Makefile

CONFIGURE_ARGS = $(DIRPATHS) --enable-socks --enable-ipv6 --disable-textfe --disable-tcl

include ../category.mk
