summaryrefslogtreecommitdiff
blob: fc8192893835e2488c98764bd3f2250e9f2e05cf (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
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="1"

inherit gnome2

DESCRIPTION="A small e-mail program specifically targetting modest hardware"
HOMEPAGE="http://modest.garage.maemo.org/"
SRC_URI="http://www.fprintf.net/downloads/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

RDEPEND=">=dev-libs/glib-2.8
	>=x11-libs/gtk+-2.10
	>=gnome-base/gconf-2
	>=gnome-base/gnome-vfs-2
	gnome-extra/gtkhtml:3.14
	net-mail/tinymail
	x11-libs/libnotify
	net-misc/networkmanager"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

pkg_config() {
	G2CONF="--enable-mozembed
	--with-platform=gnome"
}