summaryrefslogtreecommitdiff
blob: 1f065065d5083298e493cb15d57cb46bdfb48dc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

inherit base

DESCRIPTION="MadEdit is an Open-Source and Cross-Platform Text/Hex Editor written in C++ and wxWidgets."
HOMEPAGE="http://madedit.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

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

DEPEND=">=x11-libs/wxGTK-2.8"
RDEPEND="${DEPEND}"