summaryrefslogtreecommitdiff
path: root/editors/emacs21-nox11/Makefile
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2007-06-11 13:38:24 +0000
committermarkd <markd@pkgsrc.org>2007-06-11 13:38:24 +0000
commit005073fa515d60f16867f4219f8f5cbd7f101740 (patch)
tree822ef9e2af1c470b51c8d41c3e8a17e61e362a22 /editors/emacs21-nox11/Makefile
parent0bae19b91b404b685f6fe5eb877e20f4832a3e25 (diff)
downloadpkgsrc-005073fa515d60f16867f4219f8f5cbd7f101740.tar.gz
Reimport existing emacs packages as emacs21{,-nox11} to allow
subsequent update of emacs packages to version 22.
Diffstat (limited to 'editors/emacs21-nox11/Makefile')
-rw-r--r--editors/emacs21-nox11/Makefile15
1 files changed, 15 insertions, 0 deletions
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"