aboutsummaryrefslogtreecommitdiff
path: root/graphics/gmt-dcw/Makefile
blob: afcc16a9801c0ab6fe8c35d1e717c8d79aaa2f5d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	dcw-gmt
DISTVERSION=	2.1.2
CATEGORIES=	graphics
MASTER_SITES=	ftp://ftp.soest.hawaii.edu/dcw/ \
		https://gmt.mirror.ac.za/ \
		ftp://ftp.scc.u-tokai.ac.jp/pub/gmt/

MAINTAINER=	lbartoletti@FreeBSD.org
COMMENT=	Digital Chart of the World for GMT 5 or later
WWW=		https://www.soest.hawaii.edu/wessel/dcw/

LICENSE=	GPLv3 LGPL3
LICENSE_COMB=	multi

NO_BUILD=	YES
NO_ARCH=	YES

do-install:
	${MKDIR} ${STAGEDIR}${DATADIR}
	${INSTALL_DATA} ${WRKSRC}/dcw* ${STAGEDIR}${DATADIR}

.include <bsd.port.mk>