GARNAME = evolution
GARVERSION = 2.4.2
CATEGORIES = desktop
DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2
PATCHFILES = garnome-fixes.diff

# [red hat / ubuntu / debian fix] uncomment the following line to use pilot-link 0.12.x
#PATCHFILES += port-to-pilot-link-0.12.diff

LIBDEPS = desktop/libsoup desktop/evolution-data-server desktop/gtkhtml office/gnome-pilot-conduits office/gnome-spell freedesktop/dbus

DESCRIPTION = evolution
MAINTAINER = Karsten Bräckelmann <guenther@rudersport.de>
define BLURB
The Evolution Groupware / Personal Information Manager Suite
endef

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

CONFIGURE_ARGS = $(DIRPATHS) --enable-pilot-conduits=yes --enable-nss --disable-openssl --with-openldap --without-openssl-includes --without-openssl-libs --without-kde-applnk-path

include ../category.mk

CONFIGURE_ARGS := $(shell echo $(CONFIGURE_ARGS) | sed 's,--disable-debug,--enable-debug,')
