pkgsrc/misc/zyGrib-maps/Makefile
wiz 60f460ab01 Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 08:59:00 +00:00

42 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.3 2009/05/19 08:59:25 wiz Exp $
#
DISTNAME= zyGrib-maps-2
CATEGORIES= misc
MASTER_SITES= http://www.zygrib.org/files/
DISTFILES= zyGrib_maps2.tgz
MAINTAINER= plunky@rya-online.net
HOMEPAGE= http://www.zygrib.org/
COMMENT= High resolution map files for zyGrib
#LICENSE= gnu-gpl
DEPENDS+= zyGrib>=2.0:../../misc/zyGrib
PKG_DESTDIR_SUPPORT= user-destdir
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}
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"