f7cd6d5740
Upstream changes: 2015-03-18 11:28 rsbivand * DESCRIPTION, src/ptinpoly.c: tidy 2015-02-03 19:28 rsbivand * NAMESPACE: tidy 2014-10-03 12:52 rsbivand * DESCRIPTION, R/inout.S: inout 2014-09-30 15:55 rsbivand * ChangeLog, inst/ChangeLog: tidy 2014-09-30 15:51 rsbivand * DESCRIPTION, R/inout.S, src/inpip.f: logical to integer inpip.f 2013-08-30 14:45 rsbivand * ChangeLog, inst/ChangeLog: tidy 2013-08-30 14:44 rsbivand * DESCRIPTION: tidy 2013-08-29 14:26 rsbivand * .Rbuildignore: tidy
19 lines
464 B
Makefile
19 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"
|