From 9715c4aef5013243c0b8f49335d439b43e6ac953 Mon Sep 17 00:00:00 2001 From: kris Date: Tue, 30 Mar 2004 23:58:14 +0000 Subject: Mark uemacs NO_CDROM: MicroEMACS 4.0 can be copied and distributed freely for any non-commercial purposes. Commercial users may use MicroEMACS 4.0 inhouse. Shareware distributors may redistribute MicroEMACS 4.0 for media costs only. MicroEMACS 4.0 can only be incorporated into commercial software or resold with the permission of the current author. Submitted by: imp --- LEGAL | 1 + editors/uemacs/Makefile | 2 ++ 2 files changed, 3 insertions(+) diff --git a/LEGAL b/LEGAL index d697e3d4cfc6..f064d5c54c13 100644 --- a/LEGAL +++ b/LEGAL @@ -365,5 +365,6 @@ zh-moettf/* ports/chinese/moettf Contact Taiwan Ministry of zh-ntuttf/* ports/chinese/ntuttf No commercial use ztelnet-* ports/net/ztelnet zmodem code has restrictive copyright +ue400dev.zip ports/editors/uemacs Resale for media cost only urchin-* ports/www/urchin5 Commercial software, also comes bundled with Apache-SSL diff --git a/editors/uemacs/Makefile b/editors/uemacs/Makefile index 29be7110b779..631855c24700 100644 --- a/editors/uemacs/Makefile +++ b/editors/uemacs/Makefile @@ -15,6 +15,8 @@ DISTNAME= ue400dev MAINTAINER= ports@FreeBSD.org COMMENT= A full screen editor +NO_CDROM= "Resale allowed for media cost only" + USE_REINPLACE= yes NO_WRKSUBDIR= yes USE_ZIP= yes -- cgit