diff options
author | pav <pav@FreeBSD.org> | 2008-11-14 21:02:57 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-11-14 21:02:57 +0800 |
commit | 0ba4b5e7f8a20f6550e8f0ba232f5ea4494802ba (patch) | |
tree | 3536fe514644749a5a346ba88a83657171b20b19 /editors | |
parent | 629ab684fd90b586035a29ea810c41481535adc6 (diff) | |
download | freebsd-ports-gnome-0ba4b5e7f8a20f6550e8f0ba232f5ea4494802ba.tar.gz freebsd-ports-gnome-0ba4b5e7f8a20f6550e8f0ba232f5ea4494802ba.tar.zst freebsd-ports-gnome-0ba4b5e7f8a20f6550e8f0ba232f5ea4494802ba.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
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 1 | ||||
-rw-r--r-- | editors/emacs-nox11/Makefile | 13 |
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" |