# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-misc/xtermcontrol/xtermcontrol-2.4.ebuild,v 1.8 2005/06/20 15:06:09 agriffis Exp $ IUSE="" DESCRIPTION="xtermcontrol enables dynamic control of XFree86 xterm properties." SRC_URI="http://www.thrysoee.dk/xtermcontrol/${P}.tar.gz" HOMEPAGE="http://www.thrysoee.dk/xtermcontrol/" SLOT="0" LICENSE="GPL-2" KEYWORDS="alpha amd64 ia64 ~ppc x86" DEPEND="virtual/x11" src_compile() { econf || die "econf failed" emake || die } src_install () { einstall || die }