summaryrefslogtreecommitdiff
path: root/editors/emacs21-nox11
diff options
context:
space:
mode:
Diffstat (limited to 'editors/emacs21-nox11')
-rw-r--r--editors/emacs21-nox11/DESCR13
-rw-r--r--editors/emacs21-nox11/Makefile15
2 files changed, 28 insertions, 0 deletions
diff --git a/editors/emacs21-nox11/DESCR b/editors/emacs21-nox11/DESCR
new file mode 100644
index 00000000000..5856e3ec2a2
--- /dev/null
+++ b/editors/emacs21-nox11/DESCR
@@ -0,0 +1,13 @@
+GNU Emacs is a self-documenting, customizable, extensible real-time
+display editor.
+
+Users new to Emacs will be able to use basic features fairly rapidly
+by studying the tutorial and using the self-documentation features.
+Emacs also has an extensive interactive manual browser. It is easily
+extensible since its editing commands are written in Lisp.
+
+GNU Emacs's many special packages handle mail reading (RMail) and
+sending (Mail), outline editing (Outline), compiling (Compile),
+running subshells within Emacs windows (Shell), running a Lisp
+read-eval-print loop (Lisp-Interaction-Mode), automated psychotherapy
+(Doctor :-) and many more.
diff --git a/editors/emacs21-nox11/Makefile b/editors/emacs21-nox11/Makefile
new file mode 100644
index 00000000000..8ededecd41a
--- /dev/null
+++ b/editors/emacs21-nox11/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.4 2007/06/11 13:38:47 markd Exp $
+
+DISTNAME= emacs-${EMACSVERSION}a
+PKGNAME= emacs-nox11-${EMACSVERSION}a
+PKGREVISION= 8
+CATEGORIES= editors
+COMMENT= GNU editing macros (editor) - non X11 version
+
+.include "../../editors/emacs21/Makefile.common"
+
+CONFLICTS+= emacs-[0-9]*
+
+CONFIGURE_ARGS+=--without-x
+
+.include "../../mk/bsd.pkg.mk"