blob: ed9965177d24fbd00c988f126b7d8ca8ec1eae5f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile,v 1.2 2019/08/08 19:53:45 brook Exp $
R_PKGNAME= RandomFieldsUtils
R_PKGVER= 0.5.3
CATEGORIES= math
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Utilities for the simulation and analysis of random fields
LICENSE= gnu-gpl-v3
USE_LANGUAGES= c c++ fortran
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
|