# Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Michael Conrad Tilstra # /space/gentoo/cvsroot/gentoo-x86/dev-util/xxdiff/xxdiff-2.5.ebuild,v 1.2 2002/05/27 17:27:38 drobbins Exp S=${WORKDIR}/${P} DESCRIPTION="A graphical file comparator and merge tool similar to xdiff." SRC_URI="mirror://sourceforge/xxdiff/${P}.tar.gz" HOMEPAGE="http://xxdiff.sourceforge.net/" DEPEND="virtual/glibc >=x11-libs/qt-3.0.3 >=dev-util/tmake-1.8-r1 >=sys-devel/gcc-2.95.3" RDEPEND="sys-apps/diffutils" src_compile() { cd src tmake -o Makefile xxdiff.pro emake || die } src_install () { dobin src/xxdiff doman src/xxdiff.1 dodoc README COPYING CHANGES TODO dodoc copyright.txt } # vim: ai et sw=4 ts=4