From 91b83469e1b8f48aa8797d31856f96a23893b94a Mon Sep 17 00:00:00 2001 From: gdt Date: Wed, 10 Aug 2005 18:36:01 +0000 Subject: Define NO_SRC_ON_CDROM because the README says Permission to copy and distribute XV in its entirety, for non-commercial purposes, is hereby granted without fee, provided that this license information and copyright notice appear in all copies. Note that distributing XV 'bundled' in with any product is considered to be a 'commercial purpose'. Define NO_BIN_ON_{CDROM,FTP} because the package has been patched, and because the binary package does not include source. If you redistribute XV, the *entire* contents of this distribution must be distributed, including the README, and INSTALL files, the sources, and the complete contents of the 'docs' directory. The software may be modified for your own purposes, but modified versions may not be distributed without prior consent of the author. --- graphics/xv/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'graphics') diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile index 43961b5335c..b2b80ec35e0 100644 --- a/graphics/xv/Makefile +++ b/graphics/xv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2005/08/10 16:50:18 he Exp $ +# $NetBSD: Makefile,v 1.60 2005/08/10 18:36:01 gdt Exp $ DISTNAME= xv-3.10a PKGREVISION= 10 @@ -18,6 +18,12 @@ COMMENT= X11 program that displays images of various formats USE_IMAKE= YES +# See the end of README in work/xv-3.10a for details. +RESTRICTED= "Distribution of modified copies and commercial distribution is not permitted." +NO_SRC_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_FTP= ${RESTRICTED} + LICENSE= xv-license .include "../../mk/bsd.prefs.mk" -- cgit v1.2.3