pkgsrc/math/R-sp/Makefile
markd 5820bed8fb Initial import of R-sp version 0.9.26
A package that provides classes and methods for spatial data. The classes document
where the spatial location information resides, for 2D or 3D data. Utility functions
are provided, e.g. for plotting data as maps, spatial selection, as well as methods
for retrieving coordinates, for subsetting, print, summary, etc.
2008-10-14 08:15:24 +00:00

15 lines
358 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/10/14 08:15:24 markd Exp $
#
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ${R_HOMEPAGE_BASE}/sp/
COMMENT= classes and methods for spatial data
R_PKGNAME= sp
R_PKGVER= 0.9-26
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"