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.
20 lines
513 B
Makefile
20 lines
513 B
Makefile
# $NetBSD: Makefile,v 1.8 2018/07/28 14:40:47 brook Exp $
|
|
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= ${R_HOMEPAGE_BASE}/clim.pact/
|
|
COMMENT= Climate analysis and downscaling for monthly and daily data
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
R_PKGNAME= clim.pact
|
|
R_PKGVER= 2.3-10
|
|
|
|
DEPENDS+= R-akima>=0.5.7:../../math/R-akima
|
|
DEPENDS+= R-ncdf>=1.6.6:../../math/R-ncdf
|
|
|
|
post-extract:
|
|
echo 'exportPattern("^[^\\.]")' > ${WRKSRC}/NAMESPACE
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|