1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/graphics/gmt5-gshhg/Makefile
Wen Heping a70d5203ac We present a high-resolution geography data set amalgamated from three data
bases in the public domain:

    World Vector Shorelines (WVS).
    CIA World Data Bank II (WDBII).
    Atlas of the Cryosphere (AC).

WWW: http://www.soest.hawaii.edu/wessel/gshhg/

PR:		230799
Submitted by:	lbartoletti@tuxfamily.org
2018-10-23 10:57:15 +00:00

30 lines
775 B
Makefile

# $FreeBSD$
PORTNAME= gshhg-gmt
DISTVERSION= 2.3.7
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.soest.hawaii.edu/%SUBDIR%/ \
ftp://ftp.geologi.uio.no/pub/%SUBDIR%/ \
ftp://ftp.iag.usp.br/%SUBDIR%/ \
ftp://ftp.scc.u-tokai.ac.jp/pub/%SUBDIR%/ \
http://gd.tuwien.ac.at/graphics/visual/%SUBDIR%/ \
http://gmt.mirror.ac.za/%SUBDIR%/ \
ftp://ftp.soest.hawaii.edu/gshhg/:gshhg \
ftp://ftp.scc.u-tokai.ac.jp/pub/gmt/:gshhg
MASTER_SITE_SUBDIR= gmt gmt/legacy
MAINTAINER= lbartoletti@tuxfamily.org
COMMENT= Global Self-consistent, Hierarchical, High-resolution Geography
LICENSE= GPLv3 LGPL3
LICENSE_COMB= multi
NO_BUILD=YES
NO_ARCH=YES
do-install:
${MKDIR} ${STAGEDIR}${DATADIR}
(cd ${WRKSRC} ; ${INSTALL_DATA} *.nc ${STAGEDIR}${DATADIR})
.include <bsd.port.mk>