# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit gnome2 DESCRIPTION="A tray icon app which checks for mail supporting mbox, MH, Maildir, Sylpheed, POP3 and Gmail" HOMEPAGE="http://www.nongnu.org/mailnotify/" SRC_URI="http://savannah.nongnu.org/download/mailnotify/${P}.tar.gz" KEYWORDS="x86" SLOT="0" LICENSE="GPL-2" IUSE="mbox mh maildir pop3 sylpheed gmail" RDEPEND=">=x11-libs/gtk+-2.4 >=gnome-base/gnome-panel-2 >=gnome-base/eel-2 pop3? ( >=net-libs/gnet-2 ) sylpheed? ( mail-client/sylpheed ) gmail? ( =net-libs/libsoup-1.99.28 )" DEPEND="${RDEPEND}" src_compile() { econf \ `use_enable mbox` \ `use_enable mh` \ `use_enable maildir` \ `use_enable pop3` \ `use_enable sylpheed` \ `use_enable gmail` \ || die emake || die }