summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorgdt <gdt>2005-08-10 18:36:01 +0000
committergdt <gdt>2005-08-10 18:36:01 +0000
commit91b83469e1b8f48aa8797d31856f96a23893b94a (patch)
tree310546c38b201bb723da992b9ac7fe52a6eaa16d /graphics
parentbdaac37e3054611ca9c697b3d62f69ac3f0a43f7 (diff)
downloadpkgsrc-91b83469e1b8f48aa8797d31856f96a23893b94a.tar.gz
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.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/xv/Makefile8
1 files changed, 7 insertions, 1 deletions
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"