pkgsrc/math/R-sgeostat/Makefile
markd fa40cfe02d s/fortran77/fortran/ - use same fortran as R itself.
No PKGREVISION bump as either this is unchanged or didn't previously build
2011-12-19 22:27:04 +00:00

15 lines
403 B
Makefile

# $NetBSD: Makefile,v 1.10 2011/12/19 22:27:05 markd Exp $
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
MAINTAINER= mchittur@cs.nmsu.edu
HOMEPAGE= ${R_HOMEPAGE_BASE}/sgeostat/
COMMENT= Object-oriented Framework for Geostatistical Modeling in S+
R_PKGNAME= sgeostat
R_PKGVER= 1.0-23
USE_LANGUAGES= c fortran
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"