17 lines
433 B
Makefile
17 lines
433 B
Makefile
# $NetBSD: Makefile,v 1.4 2006/08/22 18:54:11 joerg Exp $
|
|
#
|
|
|
|
PKGREVISION= 1
|
|
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
|
|
USE_LANGUAGES+= c fortran
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|