summaryrefslogtreecommitdiff
blob: beba5bfe37e88cacf5a2fd1a2d1fac2190426e20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/evolution-data-server-0.0.98.ebuild,v 1.2 2004/08/28 22:58:47 dholm Exp $

inherit debug gnome2 libtool

DESCRIPTION="New backend for Evolution groupware"
HOMEPAGE="http://www.ximian.com/"

LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~x86 ~ppc"
IUSE="doc ldap"

RDEPEND=">=dev-libs/glib-2
	>=gnome-base/libbonobo-2.4
	>=gnome-base/orbit-2.9.8
	>=gnome-base/gnome-vfs-2.0
	>=gnome-base/libgnome-2.0
	>=gnome-base/gconf-2.0
	>=dev-libs/libxml2-2
	>=net-libs/libsoup-2.1.13
	ldap? ( >=net-nds/openldap-2.0 )"

DEPEND="${RDEPEND}
	dev-libs/popt
	>=dev-util/pkgconfig-0.12.0
	>=dev-util/intltool-0.30
	doc? ( >=app-text/scrollkeeper-0.3.10-r1
		   >=dev-util/gtk-doc-1 )"

MAKEOPTS="${MAKEOPTS} -j1"
G2CONF="${G2CONF} \
		`use_enable doc gtk-doc` \
		`use_with ldap openldap`"
USE_DESTDIR=1