aboutsummaryrefslogtreecommitdiff
path: root/editors/emacs-nox11/Makefile
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/emacs-nox11/Makefile
parent839ac07c42928ed8d43e2ca85609bb641a5ade59 (diff)
downloadports-4ea122bdf661283c92b2663ab74715d6195e1080.tar.gz
ports-4ea122bdf661283c92b2663ab74715d6195e1080.zip
- Add a slave port so packages of X11-less emacs are available for pkg_add -r
PR: ports/127193 Submitted by: phoffman@proper.com
Notes
Notes: svn path=/head/; revision=222837
Diffstat (limited to 'editors/emacs-nox11/Makefile')
-rw-r--r--editors/emacs-nox11/Makefile13
1 files changed, 13 insertions, 0 deletions
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"