# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim/kdepim-3.2.3.ebuild,v 1.11 2005/01/23 20:04:19 corsair Exp $ inherit kde-dist DESCRIPTION="KDE PIM (Personal Information Management) apps: korganizer, kmail, knode..." KEYWORDS="x86 ppc amd64 sparc hppa" IUSE="pda crypt ldap cjk" DEPEND="~kde-base/kdenetwork-${PV} pda? ( app-pda/pilot-link dev-libs/libmal ) ldap? ( net-nds/openldap ) crypt? ( app-crypt/cryptplug app-crypt/gnupg )" src_unpack() { kde_src_unpack cd ${S} use cjk && epatch ${FILESDIR}/kdepim-3.2.3-cjk.diff } src_compile() { use pda && myconf="$myconf --with-extra-includes=/usr/include/libpisock" kde_src_compile } src_install() { kde_src_install docinto html dodoc *.html }