GARNAME = gossip
GARVERSION = 0.28
CATEGORIES = fifth-toe
DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2

LIBDEPS = fifth-toe/loudmouth platform/libgnomeui

DESCRIPTION = gossip
define BLURB
Gossip aims at making Instant Messaging with Jabber as easy as possible,
while giving users of the GNOME Desktop a user friendly way of keeping
in touch with their friends.
endef

# ugly hack to shut off DEBUG in stable branch
lm_cflags = `pkg-config loudmouth-1.0 --cflags`
lm_cflags += -DLM_NO_DEBUG
CONFIGURE_ENV = LIBLOUDERMOUTH_CFLAGS="$(lm_cflags)"

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

CONFIGURE_ARGS = $(DIRPATHS)

include ../category.mk
