summaryrefslogtreecommitdiff
blob: 7e374dfe8934daa3f45b15ff1cdaeb5f89b89caf (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-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-i18n/jmode/jmode-0.6.7.ebuild,v 1.2 2003/10/16 17:00:23 usata Exp $

IUSE="gnome"

DESCRIPTION="Jmode is a Japanese IME supporting Anthy"
HOMEPAGE="http://anthy.sourceforge.jp/"
SRC_URI="mirror://sourceforge.jp/anthy/5467/${P}.tar.gz"

LICENSE="GPL-2"
KEYWORDS="x86"
SLOT="0"

DEPEND="=x11-libs/gtk+-1.2*
	app-i18n/anthy
	gnome? ( gnome-base/gnome-panel )"

src_compile() {

	# --with-skk and --with-engine=anthy are exclusive
	econf `use_with gnome` \
		--with-engine=anthy || die
	emake CPPFLAGS="${CPPFLAGS} -DCONF_DIR=\\\"/etc/jmode/\\\"" || die
}

src_install () {

	einstall pkgdatadir=${D}/etc/jmode || die

	dodoc AUTHORS ChangeLog INSTALL NEWS README
}