summaryrefslogtreecommitdiff
blob: ced8cb8bba728c3b41dd44d99d1a842911ffc71c (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
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/biblestudy/biblestudy-1.0.ebuild,v 1.5 2005/04/30 16:40:42 pythonhead Exp $

IUSE="unicode"
DESCRIPTION="biblestudy software based on the sword library"
HOMEPAGE="http://www.whensdinner.com/"
SRC_URI="mirror://sourceforge/christiangame/${P}.tar.bz2"
RESTRICT="nomirror"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
newdepend ">=app-text/sword-1.5.7
	>=app-text/sword-modules-20040503
	=x11-libs/wxGTK-2.4*"

src_install() {
	make DESTDIR=${D} install || die "install failed"
}

pkg_postinst() {
	if ! use unicode; then
		ewarn
		ewarn "You do not have unicode support enabled. This means that wxWindows"
		ewarn "was probably not built with unicode support. This can cause some"
		ewarn "warnings in biblestudy, though the software is still useable."
		ewarn
	fi
}