From 26b3f56cd0984e9bc1cf7030c1ad85dfdba41d70 Mon Sep 17 00:00:00 2001 From: abs Date: Fri, 13 Feb 2009 11:04:14 +0000 Subject: Added editors/mg version 20090107 This is the portable version of the OpenBSD mg editor Mg (mg) is a Public Domain EMACS style editor. It is "broadly" compatible with GNU Emacs, the latest creation of Richard M. Stallman, Chief GNUisance and inventor of Emacs. GNU Emacs (and other portions of GNU as they are released) are essentially free, (there are handling charges for obtaining it) and so is Mg. You may never have to learn another editor. (But probably will, at least long enough to port Mg...) Mg was formerly named MicroGnuEmacs, the name change was done at the request of Richard Stallman. Mg is not associated with the GNU project, and most of it does not have the copyright restrictions present in GNU Emacs. (However, some of the system dependent modules and the regular expression module do have copyright notices. Look at the source code for exact copyright restrictions.) The Mg authors individually may or may not agree with the opinions expressed by Richard Stallman in "The GNU Manifesto". This program is intended to be a small, fast, and portable editor for people who can't (or don't want to) run real Emacs for one reason or another. It is compatible with GNU because there shouldn't be any reason to learn more than one Emacs flavor. --- editors/mg/Makefile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 editors/mg/Makefile (limited to 'editors/mg/Makefile') diff --git a/editors/mg/Makefile b/editors/mg/Makefile new file mode 100644 index 00000000000..c79a56974a8 --- /dev/null +++ b/editors/mg/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/02/13 11:04:14 abs Exp $ +# + +DISTNAME= mg-20090107 +CATEGORIES= editors +MASTER_SITES= http://www.xs4all.nl/~hanb/software/mg/ + +MAINTAINER= abs@NetBSD.org +HOMEPAGE= http://www.xs4all.nl/~hanb/software/mg/ +COMMENT= Small, fast, public domain EMACS style editor + +HAS_CONFIGURE= yes +USE_NCURSES= yes # Uses NCURSES internals +PKG_DESTDIR_SUPPORT= user-destdir +MAKE_ENV+= prefix=${PREFIX:Q} + +INSTALLATION_DIRS = bin ${PKGMANDIR}/man1 + +.include "../../devel/ncurses/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3