597f785d20
MASTER_SITES is defined in math/R/Makefile.extension, which should be included by all R packages. Therefore, MASTER_SITES should not normally be defined in the Makefile for an R package.
15 lines
362 B
Makefile
15 lines
362 B
Makefile
# $NetBSD: Makefile,v 1.2 2020/08/09 16:57:20 brook Exp $
|
|
|
|
R_PKGNAME= geosphere
|
|
R_PKGVER= 1.5-10
|
|
CATEGORIES= geography
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= ${R_HOMEPAGE_BASE}/geosphere/
|
|
COMMENT= Spherical Trigonometry
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
DEPENDS+= R-sp>=1.2.5:../../math/R-sp
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|