pkgsrc/misc/zyGrib-maps/Makefile
rillig 9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00

41 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.11 2020/01/26 17:31:45 rillig Exp $
#
DISTNAME= zyGrib-maps-2.4
PKGREVISION= 6
CATEGORIES= misc
MASTER_SITES= http://www.zygrib.org/getfile.php?file=
DISTFILES= zyGrib_maps2.4.tgz
MAINTAINER= plunky@NetBSD.org
HOMEPAGE= https://www.zygrib.org/
COMMENT= High resolution map files for zyGrib
LICENSE= gnu-gpl-v3
DEPENDS+= zyGrib>=2.0:../../misc/zyGrib
INSTALLATION_DIRS+= share/zyGrib/maps/gshhs
INSTALL_FILES= maps/gshhs/gshhs_0.rim
INSTALL_FILES+= maps/gshhs/gshhs_1.rim
INSTALL_FILES+= maps/gshhs/rangs_0.cat
INSTALL_FILES+= maps/gshhs/rangs_0.cel
INSTALL_FILES+= maps/gshhs/rangs_1.cat
INSTALL_FILES+= maps/gshhs/rangs_1.cel
INSTALL_FILES+= maps/gshhs/wdb_borders_f.b
INSTALL_FILES+= maps/gshhs/wdb_borders_h.b
INSTALL_FILES+= maps/gshhs/wdb_rivers_f.b
INSTALL_FILES+= maps/gshhs/wdb_rivers_h.b
WRKSRC= ${WRKDIR}/data
do-configure:
do-build:
do-install:
.for f in ${INSTALL_FILES}
${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${PREFIX}/share/zyGrib/${f}
.endfor
.include "../../mk/bsd.pkg.mk"