diff options
author | rillig <rillig@pkgsrc.org> | 2005-11-04 08:18:43 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-11-04 08:18:43 +0000 |
commit | 251efb338e3077343a91119175cb171711246715 (patch) | |
tree | a0c41a4994c5be58339917acbdc2d728f46d6455 /math/R-sgeostat/Makefile | |
parent | 073db4bf993178ec02a10b71fc0ce73168a72f40 (diff) | |
download | pkgsrc-251efb338e3077343a91119175cb171711246715.tar.gz |
Imported R-sgeostat from pkgsrc-wip.
An Object-oriented Framework for Geostatistical Modeling in S+.
Diffstat (limited to 'math/R-sgeostat/Makefile')
-rw-r--r-- | math/R-sgeostat/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/math/R-sgeostat/Makefile b/math/R-sgeostat/Makefile new file mode 100644 index 00000000000..2437570b27b --- /dev/null +++ b/math/R-sgeostat/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/11/04 08:18:43 rillig Exp $ +# + +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} + +MAINTAINER= mchittur@cs.nmsu.edu +HOMEPAGE= ${R_HOMEPAGE_BASE}/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" |