summaryrefslogtreecommitdiff
path: root/editors/ce-doc
diff options
context:
space:
mode:
authorschmonz <schmonz>2002-04-08 20:02:43 +0000
committerschmonz <schmonz>2002-04-08 20:02:43 +0000
commitce9190605b0a54931cbb7b2c7e27450fd2bcfbf7 (patch)
tree894a9258cf1a876c92d07c298b06e456a8798030 /editors/ce-doc
parenta43a53348ec498d58b01b83a94cf1903cc201262 (diff)
downloadpkgsrc-ce9190605b0a54931cbb7b2c7e27450fd2bcfbf7.tar.gz
Initial import of ce-doc-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 package manages the documentation.
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