GARNAME = gaim
GARVERSION = 2.0.0beta5
CATEGORIES = fifth-toe
DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2

MASTER_SITES = http://download.sourceforge.net/gaim/

LIBDEPS = platform/gtk+ desktop/evolution-data-server

DESCRIPTION = gaim
define BLURB
Gaim is an IM client that supports many protocols, including AIM, ICQ,
MSN, IRC, and Jabber. Gaim is NOT endorsed by, nor affiliated with,
AOL nor any other company in ANY way.
endef

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

CONFIGURE_ARGS = $(DIRPATHS) --disable-tcl --disable-tk \
		 --with-howl-includes=$(prefix)/include/avahi-compat-howl \
		 --with-dbus-services=$(libdir)/dbus-1.0/services

include ../category.mk
