# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-misc/gpsdrive/gpsdrive-2.09-r1.ebuild,v 1.2 2007/08/23 06:23:47 nerdboy Exp $ inherit cmake-utils DESCRIPTION="GPS navigation system with NMEA and Garmin support, zoomable map display, waypoints, etc." HOMEPAGE="http://www.gpsdrive.de/" SRC_URI="${HOMEPAGE}/packages/${P/_/}.tar.gz" LICENSE="GPL-2" SLOT="0" S=${WORKDIR}/${P/_/} KEYWORDS="~amd64 ~ppc ~x86" # submit bug for ppc64 IUSE="debug scripts mapnik gdal" RDEPEND=">=x11-libs/gtk+-2.8.12 >=dev-libs/libpcre-4.2 >=dev-libs/boost-1.33.1 mapnik? ( >=sci-geosciences/mapnik-0.5 ) gdal? ( sci-libs/gdal )" DEPEND="${RDEPEND} >=dev-util/cmake-2.4.4 sys-devel/gettext dev-util/pkgconfig" src_unpack() { unpack ${A} cd "${S}" } src_compile() { local mycmakeargs="${mycmakeargs} $(cmake-utils_use_with scripts SCRIPTS) $(cmake-utils_use_with mapnik MAPNIK) $(cmake-utils_use_with gdal GDAL)" cmake-utils_src_compile } #src_install() { # cmake-utils_src_install #}