# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit games MY_PN=TaxiDraw MY_PV="${PV}-src" MY_P="${MY_PN}-${PV}" S="${WORKDIR}/${MY_P}" DESCRIPTION="a taxiway editor for FlightGear and X-Plane" HOMEPAGE="http://taxidraw.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${MY_PN}-${MY_PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=x11-libs/wxGTK-2.4 net-misc/curl" src_install() { make DESTDIR="${D}" install || die "make install failed" prepgamesdirs }