blob: 17acc304b7723185bd7c09bdd7953326f546e31d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-dicts/sword-webstersdict/sword-webstersdict-1.1.ebuild,v 1.2 2008/05/16 17:03:46 beandog Exp $
SWORD_MODULE="WebstersDict"
inherit sword-module
DESCRIPTION="Webster's Revised Unabridged Dictionary of the English Language
1913"
HOMEPAGE="http://crosswire.org/sword/modules/ModInfo.jsp?modName=WebstersDict"
LICENSE="public-domain"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
|