blob: 2a11459aa07242340a13b1134f5ee4e882b0d136 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.8 2019/08/08 19:53:45 brook Exp $
R_PKGNAME= RArcInfo
R_PKGVER= 0.4-12
CATEGORIES= math
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Functions to import data from Arc/Info V7.x binary coverages
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
DEPENDS+= R-RColorBrewer>=1.0.5:../../math/R-RColorBrewer
USE_LANGUAGES= c
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
|