From 67a6804c75cfc556da639e71802b87c8d0347ee1 Mon Sep 17 00:00:00 2001 From: gdt Date: Wed, 10 May 2006 12:26:31 +0000 Subject: This software does not qualify as either Free or Open Source. Add LICENSE=, and license file. Set RESTRICTED and NO_BIN_ON_* because permission to distribute derived works is unclear, limited to some operating systems, and requires a reciprocal license grant. --- security/ssh2/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'security') diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile index 5d35a777084..8b61f9380bf 100644 --- a/security/ssh2/Makefile +++ b/security/ssh2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/03/04 21:30:38 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2006/05/10 12:26:31 gdt Exp $ DISTNAME= ssh-3.2.9.1 PKGNAME= ${DISTNAME:C/ssh-/ssh2-/} @@ -29,9 +29,10 @@ PLIST_SRC= ${.CURDIR}/../../security/ssh2/PLIST .include "../../mk/bsd.prefs.mk" -.if (${OPSYS:M*BSD} == "") && (${OPSYS} != "Linux") -LICENSE= no-commercial-use -.endif +LICENSE= ssh-communications-security-license +RESTRICTED= Reciprocal grant required for derivative works. Non-comercial use restrictions on some systems. +NO_BIN_ON_FTP= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} .if ${OPSYS} == "NetBSD" && ${MACHINE_ARCH} == "sparc64" # Later we may want to put an upper version bound on OS_VERSION or on -- cgit v1.2.3