# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Control an army of liquid and eat your opponents." HOMEPAGE="http://www.ufoot.org/liquidwar/" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" DEPEND=">=media-libs/allegro-4.0.2" RDEPEND="${DEPEND}" SRC_URI="http://freesoftware.fsf.org/download/${PN}/${P}.tar.gz" S=${WORKDIR}/${P} 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} DOCDIR=/usr/share/doc/${P} install || die }