diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-09-09 18:19:16 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-09-09 18:19:16 +0000 |
commit | 1b4b4a2174e7d7508ddd0c478d175c9ea08ba4e3 (patch) | |
tree | 0d62ffd3cf06a050b4c1566391d2cc694748b7fc | |
parent | New port: devel/py-pytest-pycodestyle: Pytest plugin to run pycodestyle (diff) |
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
Notes
Notes:
svn path=/head/; revision=479327
-rw-r--r-- | LEGAL | 5 | ||||
-rw-r--r-- | science/vmd/Makefile | 4 |
2 files changed, 6 insertions, 3 deletions
@@ -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 |