pkgsrc/math/R-splancs/Makefile
brook 6052a0974e Initial import of the R-splancs package.
splancs: Spatial and Space-Time Point Pattern Analysis
2012-04-01 17:57:21 +00:00

19 lines
456 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2012/04/01 17:57:21 brook 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
R_PKGNAME= splancs
R_PKGVER= 2.01-31
USE_LANGUAGES+= c fortran
DEPENDS+= R-sp>=0.9.98:../../math/R-sp
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"