aboutsummaryrefslogtreecommitdiff
path: root/graphics/gmt-dcw/Makefile
blob: 8858a7450dc347f2eb1ee3a2d9522fa2d4d5f1f1 (plain) (blame)
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

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@FreeBSD.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>