# 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}"