# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 WX_GTK_VER=3.0 inherit cmake-utils wxwidgets git-r3 MY_PN="weather_routing_pi" DESCRIPTION="Weather Routing Plugin for OpenCPN" HOMEPAGE="http://opencpn.org/ocpn/downloadplugins https://github.com/seandepagnier/weather_routing_pi" EGIT_REPO_URI="https://github.com/seandepagnier/weather_routing_pi.git" LICENSE="GPL-3+" SLOT="0" KEYWORDS="" IUSE="" DEPEND=" >=sci-geosciences/opencpn-4.0.0 sys-devel/gettext x11-libs/wxGTK:3.0[X] " RDEPEND="${DEPEND}"