From f1cd05d418407f8a362e1eb9f442060a40b8af29 Mon Sep 17 00:00:00 2001 From: brook Date: Sun, 15 Apr 2012 21:58:24 +0000 Subject: Update to reflect license restrictions on commercial redistribution. --- math/R-akima/Makefile | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/math/R-akima/Makefile b/math/R-akima/Makefile index 9723eb2e957..c44b91dc5b9 100644 --- a/math/R-akima/Makefile +++ b/math/R-akima/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2012/04/15 15:09:26 brook Exp $ +# $NetBSD: Makefile,v 1.11 2012/04/15 21:58:24 brook Exp $ CATEGORIES= math MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} @@ -11,6 +11,15 @@ 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" -- cgit v1.2.3