From 110ad532ba60a6159ae89ba422f964c8cde3a9ca Mon Sep 17 00:00:00 2001 From: schmonz Date: Mon, 8 Apr 2002 20:00:56 +0000 Subject: Initial import of ce-x11-4.4, from my own PR pkg/15627. Suggestions from agc. Approved by garbled. This editor is derived most directly from Dave Conroy's original MicroEmacs (uEmacs) editor, version 30, and Dan Lawrence's MicroEmacs v3.6. Some stuff from mg, version 2a, has also been used. This version of ce is intended for use with the X Window System. --- editors/ce-x11/Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 editors/ce-x11/Makefile (limited to 'editors/ce-x11/Makefile') diff --git a/editors/ce-x11/Makefile b/editors/ce-x11/Makefile new file mode 100644 index 00000000000..460c4ea3a1e --- /dev/null +++ b/editors/ce-x11/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/04/08 20:00:56 schmonz Exp $ +# + +.include "../ce/Makefile.common" + +PKGNAME= ce-x11-${VERSION} +COMMENT+= , X11 version + +ALL_TARGET= xce +INSTALL_TARGET= install-x11 man-install-x11 + +.include "../../mk/x11.buildlink.mk" +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3