aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-11-14 13:02:57 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-11-14 13:02:57 +0000
commit4ea122bdf661283c92b2663ab74715d6195e1080 (patch)
treea03d7d8035defbae8ecb5c743e2b2b9e2eb3ac5d /editors
parent839ac07c42928ed8d43e2ca85609bb641a5ade59 (diff)
downloadports-4ea122bdf661283c92b2663ab74715d6195e1080.tar.gz
ports-4ea122bdf661283c92b2663ab74715d6195e1080.zip
Notes
Diffstat (limited to 'editors')
-rw-r--r--editors/Makefile1
-rw-r--r--editors/emacs-nox11/Makefile13
2 files changed, 14 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile
index d498486e4a8c..a068fb5a689b 100644
--- a/editors/Makefile
+++ b/editors/Makefile
@@ -45,6 +45,7 @@
SUBDIR += em
SUBDIR += emacs
SUBDIR += emacs-devel
+ SUBDIR += emacs-nox11
SUBDIR += emacs.app
SUBDIR += emacs21
SUBDIR += etoile-typewriter
diff --git a/editors/emacs-nox11/Makefile b/editors/emacs-nox11/Makefile
new file mode 100644
index 000000000000..2fed303bf3b7
--- /dev/null
+++ b/editors/emacs-nox11/Makefile
@@ -0,0 +1,13 @@
+# Ports collection makefile for: emacs-devel
+# Date created: Sep 07 2008
+# Whom: phoffman@proper.com
+#
+# $FreeBSD$
+#
+
+WITHOUT_X11= yes
+PKGNAMESUFFIX= -nox11
+
+MASTERDIR= ${.CURDIR}/../emacs
+
+.include "${MASTERDIR}/Makefile"