summaryrefslogtreecommitdiff
path: root/editors/ce-doc
diff options
context:
space:
mode:
Diffstat (limited to 'editors/ce-doc')
-rw-r--r--editors/ce-doc/DESCR5
-rw-r--r--editors/ce-doc/Makefile18
-rw-r--r--editors/ce-doc/PLIST6
3 files changed, 29 insertions, 0 deletions
diff --git a/editors/ce-doc/DESCR b/editors/ce-doc/DESCR
new file mode 100644
index 00000000000..ef19ba388a9
--- /dev/null
+++ b/editors/ce-doc/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 package manages the documentation
diff --git a/editors/ce-doc/Makefile b/editors/ce-doc/Makefile
new file mode 100644
index 00000000000..7f236275d66
--- /dev/null
+++ b/editors/ce-doc/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/04/08 20:02:43 schmonz Exp $
+#
+
+.include "../ce/Makefile.common"
+
+PKGNAME= ce-doc-${VERSION}
+COMMENT+= , documentation
+
+NO_BUILD= # defined
+
+INSTALL_TARGET= doc-install
+
+post-configure:
+ cd ${WRKSRC} && \
+ ${SED} -e 's|@PREFIX@|${PREFIX}|g' teach-ce > teach-ce.tmp && \
+ ${MV} teach-ce.tmp teach-ce
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/editors/ce-doc/PLIST b/editors/ce-doc/PLIST
new file mode 100644
index 00000000000..03ef7dfcfbd
--- /dev/null
+++ b/editors/ce-doc/PLIST
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2002/04/08 20:02:43 schmonz Exp $
+bin/teach-ce
+share/doc/ce/FUNCTIONS
+share/doc/ce/TUTORIAL
+share/doc/ce/ce.help
+@dirrm share/doc/ce