pkgsrc/geography/R-geosphere/Makefile
brook 597f785d20 geography/R-geosphere: remove MASTER_SITES
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.
2020-08-09 16:57:20 +00:00

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"