1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/graphics/gmt5-dcw/Makefile
Wen Heping 88117e329d The Digital Chart of the World (DCW) is a comprehensive 1:1,000,000 scale vector
basemap of the world. The charts were designed to meet the needs of pilots and
air crews in medium-and low-altitude en route navigation and to support military
operational planning, intelligence briefings, and other needs.

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

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

30 lines
755 B
Makefile

# $FreeBSD$
PORTNAME= dcw-gmt
DISTVERSION= 1.1.4
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= Digital Chart of the World for GMT 5 or later
LICENSE= GPLv3 LGPL3
LICENSE_COMB= multi
NO_BUILD=YES
NO_ARCH=YES
do-install:
${MKDIR} ${STAGEDIR}${DATADIR}
(cd ${WRKSRC} ; ${INSTALL_DATA} dcw* ${STAGEDIR}${DATADIR})
.include <bsd.port.mk>