summaryrefslogtreecommitdiff
path: root/misc/zyGrib-maps/Makefile
blob: 2983dbf1b3c4771dc403f9a1c36e393ec9de8960 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# $NetBSD: Makefile,v 1.10 2014/12/30 14:47:45 plunky 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=	http://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"