summaryrefslogtreecommitdiff
path: root/math/R-akima
diff options
context:
space:
mode:
authorbrook <brook@pkgsrc.org>2012-04-15 21:58:24 +0000
committerbrook <brook@pkgsrc.org>2012-04-15 21:58:24 +0000
commitf1cd05d418407f8a362e1eb9f442060a40b8af29 (patch)
treece01c758714e59ea2f84e3c88d24ec1fb8a50fbf /math/R-akima
parent5953ecd2a0139dba269040fbcd074b3b243dc8e4 (diff)
downloadpkgsrc-f1cd05d418407f8a362e1eb9f442060a40b8af29.tar.gz
Update to reflect license restrictions on commercial redistribution.
Diffstat (limited to 'math/R-akima')
-rw-r--r--math/R-akima/Makefile11
1 files changed, 10 insertions, 1 deletions
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"