pkgsrc/math/R-akima/Makefile
brook 93e94bec97 Update all R packages to canonical form.
The canonical form [1] of an R package Makefile includes the
following:

- The first stanza includes R_PKGNAME, R_PKGVER, PKGREVISION (as
  needed), and CATEGORIES.

- HOMEPAGE is not present but defined in math/R/Makefile.extension to
  refer to the CRAN web page describing the package.  Other relevant
  web pages are often linked from there via the URL field.

This updates all current R packages to this form, which will make
regular updates _much_ easier, especially using pkgtools/R2pkg.

[1] http://mail-index.netbsd.org/tech-pkg/2019/08/02/msg021711.html
2019-08-08 19:53:36 +00:00

26 lines
828 B
Makefile

# $NetBSD: Makefile,v 1.15 2019/08/08 19:53:47 brook Exp $
R_PKGNAME= akima
R_PKGVER= 0.6-2
CATEGORIES= math
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Interpolation of irregularly and regularly spaced data
LICENSE= acm-license
DEPENDS+= R-sp>=1.3.1:../../math/R-sp
# 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.
RESTRICTED= Prior arrangements required to distribute commercially
NO_BIN_ON_CDROM= ${RESTRICTED}
NO_SRC_ON_CDROM= ${RESTRICTED}
USE_LANGUAGES= fortran c
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"