# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /home/cvsroot/gentoo-x86/dev-util/jam/jam-2.5.ebuild,v 1.1 2003/06/16 15:43:36 vapier Exp $ DESCRIPTION="Graphical 2 and 3-way diff/merge tool" SRC_URI="http://www.accurev.com/ftp/free/tkdiff/tkdiff_3_09.zip" HOMEPAGE="http://www.accurev.com/free/tkdiff" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc sparc alpha mips hppa arm" RDEPEND=">=dev-lang/tcl-8.3.3 >=dev-lang/tk-8.3.3" src_install() { dobin ${WORKDIR}/tkdiff.tcl }