blob: 24843f5d9669387520c4fc8fe81280d3e5b993c6 [file] [log] [blame]
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/hteditor/hteditor-2.0.10.ebuild,v 1.4 2008/03/27 18:52:01 nixnut Exp $
MY_PV=${PV/_/}
DESCRIPTION="editor for executable files"
HOMEPAGE="http://hte.sourceforge.net/"
SRC_URI="mirror://sourceforge/hte/ht-${MY_PV}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc ~ppc64 x86"
IUSE="X"
RDEPEND="sys-libs/ncurses
X? ( x11-libs/libX11 )
>=dev-libs/lzo-2"
DEPEND="${RDEPEND}
sys-devel/bison
sys-devel/flex"
S=${WORKDIR}/ht-${MY_PV}
src_compile() {
econf --disable-release --enable-maintainer-mode $(use_enable X x11-textmode)
emake || die "emake failed."
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed."
dodoc AUTHORS KNOWNBUGS TODO README ChangeLog
dohtml doc/ht.html
doinfo doc/ht.info doc/hthelp.info
}