# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Port of the classic Sopwith game using LibSDL" HOMEPAGE="http://sdl-sopwith.sourceforge.net/" MY_P="${P/-/_}" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="GPL" SLOT="0" KEYWORDS="~x86" IUSE="" S=${WORKDIR}/${MY_P} DEPEND="media-libs/libsdl" src_compile() { econf || die emake || die } src_install() { make DESTDIR=${D} install || die }