# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Mille Bournes card game" SRC_URI="http://ftp.debian.org/debian/pool/main/x/xmille/xmille_${PV}.orig.tar.gz" LICENSE="public-domain" SLOT="0" KEYWORDS="x86" IUSE="" DEPEND="xfree" S=${WORKDIR}/xmille-${PV}.orig src_unpack() { unpack xmille_${PV}.orig.tar.gz cd ${S} epatch ${FILESDIR}/${PVR}.patch } src_compile() { xmkmf emake || die } src_install() { dobin xmille dodoc CHANGES README newman xmille.man xmille.6 }