View | Details | Raw Unified | Return to bug 230799 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (+29 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	dcw-gmt
4
DISTVERSION=	1.1.4
5
CATEGORIES=	graphics
6
MASTER_SITES=	ftp://ftp.soest.hawaii.edu/%SUBDIR%/ \
7
		ftp://ftp.geologi.uio.no/pub/%SUBDIR%/ \
8
		ftp://ftp.iag.usp.br/%SUBDIR%/ \
9
		ftp://ftp.scc.u-tokai.ac.jp/pub/%SUBDIR%/ \
10
		http://gd.tuwien.ac.at/graphics/visual/%SUBDIR%/ \
11
		http://gmt.mirror.ac.za/%SUBDIR%/ \
12
		ftp://ftp.soest.hawaii.edu/gshhg/:gshhg \
13
		ftp://ftp.scc.u-tokai.ac.jp/pub/gmt/:gshhg
14
MASTER_SITE_SUBDIR=	gmt gmt/legacy
15
16
MAINTAINER=	lbartoletti@tuxfamily.org
17
COMMENT=	Digital Chart of the World for GMT 5 or later
18
19
LICENSE=	GPLv3 LGPL3
20
LICENSE_COMB=	multi
21
22
NO_BUILD=YES
23
NO_ARCH=YES
24
25
do-install:
26
	${MKDIR} ${STAGEDIR}${DATADIR}
27
	(cd ${WRKSRC} ; ${INSTALL_DATA} dcw* ${STAGEDIR}${DATADIR})
28
29
.include <bsd.port.mk>
(-)distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1539328140
2
SHA256 (dcw-gmt-1.1.4.tar.gz) = 8d47402abcd7f54a0f711365cd022e4eaea7da324edac83611ca035ea443aad3
3
SIZE (dcw-gmt-1.1.4.tar.gz) = 21117179
(-)pkg-descr (+6 lines)
Line 0 Link Here
1
 The Digital Chart of the World (DCW) is a comprehensive 1:1,000,000 scale vecto
2
r basemap of the world. The charts were designed to meet the needs of pilots and
3
 air crews in medium-and low-altitude en route navigation and to support militar
4
y operational planning, intelligence briefings, and other needs.
5
6
WWW: http://www.soest.hawaii.edu/wessel/dcw/
(-)pkg-plist (+3 lines)
Line 0 Link Here
1
%%DATADIR%%/dcw-countries.txt
2
%%DATADIR%%/dcw-gmt.nc
3
%%DATADIR%%/dcw-states.txt

Return to bug 230799