HOMEPAGE="http://spuriousinterrupt.org/projects/mailwatch" DESCRIPTION="Xfce4 panel plugin that can check mail from multiple mailboxes." KEYWORDS="~x86 ~ppc" PLUGIN="1" inherit xfce4 SRC_URI="http://spuriousinterrupt.org/files/mailwatch/${MY_P}.tar.bz2" IUSE="${IUSE} ssl" RDEPEND="${RDEPEND} ssl? ( >=net-libs/gnutls-1.2.0 )" src_compile() { use ssl || XFCE_CONFIG="--disable-ssl" xfce4_src_compile }