summaryrefslogtreecommitdiff
path: root/editors/ce-x11
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2002-04-08 20:00:56 +0000
committerschmonz <schmonz@pkgsrc.org>2002-04-08 20:00:56 +0000
commit110ad532ba60a6159ae89ba422f964c8cde3a9ca (patch)
treef13ec05bb81b574cac219f46ef5e482edf8ee1f8 /editors/ce-x11
parent181c53d159eff336300cff8dbc50ee22f7582814 (diff)
downloadpkgsrc-110ad532ba60a6159ae89ba422f964c8cde3a9ca.tar.gz
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.
Diffstat (limited to 'editors/ce-x11')
-rw-r--r--editors/ce-x11/DESCR5
-rw-r--r--editors/ce-x11/Makefile13
-rw-r--r--editors/ce-x11/PLIST3
3 files changed, 21 insertions, 0 deletions
diff --git a/editors/ce-x11/DESCR b/editors/ce-x11/DESCR
new file mode 100644
index 00000000000..f1e30195eea
--- /dev/null
+++ b/editors/ce-x11/DESCR
@@ -0,0 +1,5 @@
+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.
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"
diff --git a/editors/ce-x11/PLIST b/editors/ce-x11/PLIST
new file mode 100644
index 00000000000..ab185fcfd54
--- /dev/null
+++ b/editors/ce-x11/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2002/04/08 20:00:56 schmonz Exp $
+bin/xce
+man/man1/xce.1