From 2185bb9f8744125e81a4da38210ec83e8f4f8bbf Mon Sep 17 00:00:00 2001 From: yuri Date: Sun, 9 Sep 2018 18:19:16 +0000 Subject: 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 --- science/vmd/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'science') 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 -- cgit