blob: c44b91dc5b9f32709d90497ed735fb979536ff9b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# $NetBSD: Makefile,v 1.11 2012/04/15 21:58:24 brook Exp $
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ${R_HOMEPAGE_BASE}/akima/
COMMENT= Linear or cubic spline interpolation for irregular gridded data
LICENSE= acm-license
R_PKGNAME= akima
R_PKGVER= 0.5-7
# Note: the ACM license requires notification prior to distribution of
# modified versions of this package. If patches are required, then to
# comply with this NO_BIN_ON_FTP and NO_SRC_ON_FTP must be defined.
# Note: the ACM license requires prior arrangements to distribute the
# software as part of a commercial product.
NO_BIN_ON_CDROM= # defined
NO_SRC_ON_CDROM= # defined
USE_LANGUAGES= fortran c
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
|