87e60b9dc4
Update LICENSE
19 lines
464 B
Makefile
19 lines
464 B
Makefile
# $NetBSD: Makefile,v 1.3 2014/07/13 13:32:51 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-34
|
|
|
|
USE_LANGUAGES+= c fortran
|
|
|
|
DEPENDS+= R-sp>=0.9.98:../../math/R-sp
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|