diff options
author | bouyer <bouyer@pkgsrc.org> | 2016-03-14 11:07:59 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2016-03-14 11:07:59 +0000 |
commit | 3d9f9db5c9cfeb464712d64ae4b97b3de8e6d744 (patch) | |
tree | b931ea588f790a17e313327643b78f2731932538 /geography/opencpn-plugin-weather_routing/Makefile | |
parent | 7b4d8c5278b6b89ed023f5ffc80891713deafba9 (diff) | |
download | pkgsrc-3d9f9db5c9cfeb464712d64ae4b97b3de8e6d744.tar.gz |
Update to version 20160208. Changes since 20150829:
- support opencpn 4.2.0
- bug fixes and UI improvements
- display currents along the route
Diffstat (limited to 'geography/opencpn-plugin-weather_routing/Makefile')
-rw-r--r-- | geography/opencpn-plugin-weather_routing/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/geography/opencpn-plugin-weather_routing/Makefile b/geography/opencpn-plugin-weather_routing/Makefile index b137d5cac4d..62a257d41be 100644 --- a/geography/opencpn-plugin-weather_routing/Makefile +++ b/geography/opencpn-plugin-weather_routing/Makefile @@ -1,18 +1,17 @@ -# $NetBSD: Makefile,v 1.3 2015/09/09 11:07:07 bouyer Exp $ +# $NetBSD: Makefile,v 1.4 2016/03/14 11:07:59 bouyer Exp $ # -VERSION= 20150829 +VERSION= 20160208 DISTNAME= weather_routing_pi-${VERSION} PKGNAME= opencpn-plugin-weather_routing-${VERSION} -#PKGREVISION= 1 CATEGORIES= geography MASTER_SITES= ${MASTER_SITE_GITHUB:=seandepagnier/} GITHUB_PROJECT= weather_routing_pi -GITHUB_TAG= e652536aca24809cd3514c8c903603806b22bb0d +GITHUB_TAG= 509fd720895fcc19fd55bc175305d3a956b0cc8b MAINTAINER= bouyer@NetBSD.org HOMEPAGE= http://opencpn.org/ocpn/weather_routing_plugin -COMMENT= OpenCPN plugin to create optimized weather routes +COMMENT= Concise ChartPlotter/Navigator - developement version LICENSE= gnu-gpl-v2 USE_LANGUAGES= c c++ @@ -28,7 +27,7 @@ CMAKE_MODULE_PATH_OVERRIDE = \ .include "../../devel/cmake/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" -.include "../../x11/wxGTK28/buildlink3.mk" +.include "../../x11/wxGTK30/buildlink3.mk" .include "../../graphics/MesaLib/buildlink3.mk" .include "../../graphics/glu/buildlink3.mk" .include "../../textproc/tinyxml/buildlink3.mk" |