mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
16 lines
363 B
Makefile
16 lines
363 B
Makefile
# $NetBSD: Makefile,v 1.6 2014/03/09 14:38:25 wen 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
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
R_PKGNAME= sp
|
|
R_PKGVER= 1.0-14
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|