15 lines
478 B
Makefile
15 lines
478 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2004/11/26 18:57:03 daprice Exp $
|
|
#
|
|
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
|
|
|
MAINTAINER= mchittur@cs.nmsu.edu
|
|
HOMEPAGE= ${MASTER_SITE_R_CRAN:=contrib/Descriptions/sgeostat.html}
|
|
COMMENT= Object-oriented Framework for Geostatistical Modeling in S+
|
|
|
|
R_PKGNAME= sgeostat
|
|
R_PKGVER= 1.0-19
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|