blob: 62c363168267f2d9e562f92005ea8373b5d66908 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.13 2019/08/08 19:53:51 brook Exp $
R_PKGNAME= maps
R_PKGVER= 3.3.0
CATEGORIES= math
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Draw geographical maps
LICENSE= gnu-gpl-v2
USE_TOOLS+= gmake
MAKE_ENV+= AWK=${AWK:Q}
USE_LANGUAGES= c
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
|