91e3608aa1
OpenCPN is a free software (GPLv2) project to create a concise chart plotter and navigation software, for use underway or as a planning tool. OpenCPN is developed by a team of active sailors using real world conditions for program testing and refinement. The status bar plugin provides customizable, easier to read output text and lower cpu usage than the builtin statusbar.
34 lines
1.1 KiB
Makefile
34 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.1 2017/04/14 16:38:54 bouyer Exp $
|
|
#
|
|
|
|
VERSION= 20170414
|
|
DISTNAME= statusbar_pi-${VERSION}
|
|
PKGNAME= opencpn-plugin-statusbar-${VERSION}
|
|
#PKGREVISION= 3
|
|
CATEGORIES= geography
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=seandepagnier/}
|
|
GITHUB_PROJECT= statusbar_pi
|
|
GITHUB_TAG= b3653d44f6ecff05fbf49b49076d9a57e479268f
|
|
|
|
MAINTAINER= bouyer@NetBSD.org
|
|
HOMEPAGE= https://opencpn.org/OpenCPN/plugins/statusbar.html
|
|
COMMENT= statusbar to display various info to users in OpenCPN
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_CMAKE= yes
|
|
|
|
CMAKE_ARGS+= -DPREFIX:PATH=${PREFIX} -DPREFIX_PLUGINS:PATH=${PREFIX}/lib/opencpn
|
|
CMAKE_MODULE_PATH_OVERRIDE = \
|
|
cmake/PluginConfigure.cmake \
|
|
cmake/PluginInstall.cmake \
|
|
cmake/PluginLocalization.cmake \
|
|
cmake/PluginPackage.cmake
|
|
|
|
.include "../../devel/cmake/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../x11/wxGTK30/buildlink3.mk"
|
|
.include "../../graphics/MesaLib/buildlink3.mk"
|
|
.include "../../graphics/glu/buildlink3.mk"
|
|
.include "../../textproc/tinyxml/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|