aboutsummaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authoryuri <yuri@FreeBSD.org>2018-09-10 02:19:16 +0800
committeryuri <yuri@FreeBSD.org>2018-09-10 02:19:16 +0800
commit2185bb9f8744125e81a4da38210ec83e8f4f8bbf (patch)
tree0d62ffd3cf06a050b4c1566391d2cc694748b7fc /science
parentbd32039672b2b2b6bf00ad0eb689e1cd869e0a53 (diff)
downloadfreebsd-ports-gnome-2185bb9f8744125e81a4da38210ec83e8f4f8bbf.tar.gz
freebsd-ports-gnome-2185bb9f8744125e81a4da38210ec83e8f4f8bbf.tar.zst
freebsd-ports-gnome-2185bb9f8744125e81a4da38210ec83e8f4f8bbf.zip
science/vmd: Add RESTRICTED clause.
This software comes from the University of Illinois, same as science/namd, and is for non-commercial use only. Also add it to ports/LEGAL. Approved by: portmgr blanket
Diffstat (limited to 'science')
-rw-r--r--science/vmd/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/science/vmd/Makefile b/science/vmd/Makefile
index 4fbfba05a277..4c1c21cd4ed7 100644
--- a/science/vmd/Makefile
+++ b/science/vmd/Makefile
@@ -26,6 +26,8 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 \
libnetcdf.so:science/netcdf
RUN_DEPENDS= ${PYNUMPY}
+RESTRICTED= No commercial use: commercial use requires a commercial license
+
LICENSE_FILE_VMD= ${WRKSRC}/LICENSE
LICENSE_PERMS_VMD= auto-accept
LICENSE_NAME_VMD= Visual Molecular Dynamics Software License Agreement
@@ -94,7 +96,7 @@ PLIST_SUB+= VMD_ARCH=${VMD_ARCH}
.if !exists(${DISTDIR}/${VMD_DIST})
IGNORE= license restrictions require manual fetching of the distribution\
source. Please visit http://www.ks.uiuc.edu/Development/Download/download.cgi?PackageName=VMD\
- with a browser. You will be required to register, log in, and accept\
+ with a browser. You will be required to register, log in, and accept\
the University of Illinois agreement before you can download the\
${VMD_DIST} source file. Place this file in ${DISTDIR} and try again.
.endif