# Copyright 2002 Kai Grossjohann # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-misc/unclutter/unclutter-8.ebuild,v 1.1 2003/03/16 19:43:53 seemant Exp $ S=${WORKDIR}/${PN} DESCRIPTION="Hides mouse pointer while not in use." HOMEPAGE="http://gopher.std.com/homepages/jimf/xloadimage.html" SRC_URI="ftp://ftp.x.org/contrib/utilities/${P}.tar.Z" SLOT="0" LICENSE="public-domain" KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa" DEPEND="x11-base/xfree" src_compile() { xmkmf -a || die "Couldn't run xmkmf" make || die } src_install () { make DESTDIR=${D} install || die newman unclutter.man unclutter.1x dodoc README }