File:  [cvs.NetBSD.org] / pkgsrc / misc / xygrib / Makefile
Revision 1.29: download - view: text, annotated - select for diffs
Sun Sep 1 14:56:35 2024 UTC (5 months, 2 weeks ago) by gdt
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3, HEAD
*: revbump for proj update

less gdal, postgis, due to in-flight updates, to be handled separately

# $NetBSD: Makefile,v 1.29 2024/09/01 14:56:35 gdt Exp $

GITHUB_PROJECT=	XyGrib
GITHUB_TAG=	v${PKGVERSION_NOREV}
DISTNAME=	XyGrib-1.2.6.1
PKGREVISION=	26
CATEGORIES=	misc
MASTER_SITES=	${MASTER_SITE_GITHUB:=opengribs/}
EXTRACT_USING=	bsdtar

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://opengribs.org/
COMMENT=	GRIB file viewer for weather data
LICENSE=	gnu-gpl-v3

# This program is not maintained upstream.
# https://github.com/opengribs/XyGrib/issues/313

BROKEN=		"uses now-removed proj API"
# https://github.com/opengribs/XyGrib/issues/200 (filed 2019-03-13)
# https://github.com/opengribs/XyGrib/pull/289 (merged but not in a release)

.include "data.mk"

USE_LANGUAGES+=	c c++
USE_CMAKE=	yes

.include "../../sysutils/desktop-file-utils/desktopdb.mk"

.include "../../archivers/bzip2/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../geography/libnova/buildlink3.mk"
.include "../../geography/proj/buildlink3.mk"
.include "../../graphics/openjpeg/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../x11/qt5-qtbase/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>