# $Id: Portfile,v 1.10 2006/06/17 02:31:32 rhwood Exp $
PortSystem 1.0
name		evolution-data-server
version		1.6.2
description	Addressbook and calender libs for GNOME.
long_description	Evolution Data Server provides a central location for \
			addressbook and calendar in the GNOME Desktop.
maintainers	gnome-darwinports@opendarwin.org
categories	gnome
platforms	darwin 
homepage	http://www.gnome.org/
master_sites	gnome:sources/evolution-data-server/1.6/

checksums	md5 165f493eec8a2c8fc6eca3fdeb8c4885 \
			sha1 b9bcea4fbcdd0a39cb23e7cd1bc53a59c474a74d \
			rmd160 59af916ab4a9fabc14c65c16189188f829459985

depends_lib	port:gnome-platform-suite lib:libsoup-2:libsoup

use_bzip2 	yes

patchfiles	patch_os_open.c patch_os_spin.c

configure.args	--mandir=${prefix}/share/man --enable-static \
		--disable-nss \
		--disable-smime
configure.env   CPPFLAGS="-I${prefix}/include -L${prefix}/lib" 
