summaryrefslogtreecommitdiff
blob: c107cebf9a25ce013ab03b0a8ae66cb290238516 (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
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-client/embrace/embrace-9999.ebuild,v 1.2 2004/12/11 22:54:40 vapier Exp $

ECVS_MODULE="misc/embrace"
inherit enlightenment

DESCRIPTION="mail-checker which is based on the EFL"

IUSE="ssl mbox maildir imap"

DEPEND=">=x11-libs/ecore-1.0.0.20041009_pre7
	>=x11-libs/evas-1.0.0.20041009_pre13
	>=media-libs/edje-0.5.0.20041009
	>=x11-libs/esmart-0.9.0.20041009
	ssl? ( dev-libs/openssl )
	sys-devel/libtool"

src_compile() {
	export MY_ECONF="
		$(use_enable ssl) \
		$(use_with mbox) \
		$(use_with maildir) \
		--with-pop \
		$(use_with imap) \
	"
	enlightenment_src_compile
}