mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
20 lines
464 B
Makefile
20 lines
464 B
Makefile
# $NetBSD: Makefile,v 1.4 2015/05/30 11:09:12 wen Exp $
|
|
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= ${R_HOMEPAGE_BASE}/splancs/
|
|
COMMENT= Spatial and space-time point pattern analysis
|
|
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
|
|
|
|
R_PKGNAME= splancs
|
|
R_PKGVER= 2.01-37
|
|
|
|
USE_LANGUAGES+= c fortran
|
|
|
|
DEPENDS+= R-sp>=0.9.98:../../math/R-sp
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|