aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--LEGAL5
-rw-r--r--science/vmd/Makefile4
2 files changed, 6 insertions, 3 deletions
diff --git a/LEGAL b/LEGAL
index 494bd0058070..9b56da42c081 100644
--- a/LEGAL
+++ b/LEGAL
@@ -239,5 +239,6 @@ snes9x-* emulators/snes9x-gtk Commercial users must seek permission from copyri
rainloop-1.*.zip mail/rainloop Redistribution in any form is prohibited
lha-114i.tar.gz archivers/lha Binary only redistribution is prohibited. Non-network redistribution such as CDROM requires prior notification to author. Commercial use whose main purpose is to provide the functions of this program is prohibited.
atom-*.tgz science/atom Redistribution in any form is prohibited
-charm-uiuc* net/charm No commercial use: commercial use requires a commercial license
-namd* science/namd No commercial use: commercial use requires a commercial license
+charm-uiuc-* net/charm No commercial use: commercial use requires a commercial license
+namd-* science/namd No commercial use: commercial use requires a commercial license
+vmd-* science/vmd No commercial use: commercial use requires a commercial license
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