Each R package should include ../../math/R/Makefile.extension, which also defines MASTER_SITES. Consequently, it is redundant for the individual packages to do the same. Package-specific definitions also prevent redefining MASTER_SITES in a single common place.
18 lines
507 B
Makefile
18 lines
507 B
Makefile
# $NetBSD: Makefile,v 1.11 2018/07/28 14:40:48 brook Exp $
|
|
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= ${R_HOMEPAGE_BASE}/geoR/
|
|
COMMENT= Geostatistical analysis including likelihood-based & Bayesian methods
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
R_PKGNAME= geoR
|
|
R_PKGVER= 1.7-5.1
|
|
|
|
DEPENDS+= R-RandomFields>=2.0.54:../../math/R-RandomFields
|
|
DEPENDS+= R-sp>=0.9.98:../../math/R-sp
|
|
DEPENDS+= R-splancs>=2.01.31:../../math/R-splancs
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|