# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # $Header$ SRC_URI="http://www.gulu.net/xskat/${P}.tar.gz" HOMEPAGE="http://www.gulu.net/xskat" LICENSE="freedist" DESCRIPTION="XSkat - famous german card game for X11" KEYWORDS="x86" S=${WORKDIR}/${P} DEPEND="virtual/x11" RDEPEND="${DEPEND}" SLOT="0" src_compile() { ./configure \ --host=${CHOST} \ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man || die "./configure failed" emake || die } src_install() { make DESTDIR=${D} install install.man || die }