summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjnemeth <jnemeth>2007-02-11 11:38:43 +0000
committerjnemeth <jnemeth>2007-02-11 11:38:43 +0000
commit77b4ae7a513579e718377a468c1c1d8a6f46263a (patch)
tree561c6fe2d25aba2eee722065a61641b089154509 /mk
parent373463f9c1727579396157cec2b422b7e3d6ec30 (diff)
downloadpkgsrc-77b4ae7a513579e718377a468c1c1d8a6f46263a.tar.gz
add emacs22nox stuff
Diffstat (limited to 'mk')
-rw-r--r--mk/emacs.mk10
1 files changed, 8 insertions, 2 deletions
diff --git a/mk/emacs.mk b/mk/emacs.mk
index fe19ef8009f..7984290d84e 100644
--- a/mk/emacs.mk
+++ b/mk/emacs.mk
@@ -1,4 +1,4 @@
-# $NetBSD: emacs.mk,v 1.28 2007/01/30 07:10:05 wiz Exp $
+# $NetBSD: emacs.mk,v 1.29 2007/02/11 11:38:43 jnemeth Exp $
#
# This Makefile fragment handles Emacs Lisp Packages (== ELPs).
#
@@ -192,7 +192,7 @@ EMACS_MK= # defined
#
_EMACS_VERSIONS_ALL= \
- emacs20 emacs21 emacs21nox emacs22 xemacs214 xemacs215
+ emacs20 emacs21 emacs21nox emacs22 emacs22nox xemacs214 xemacs215
_EMACS_VERSIONS_ACCEPTED_DEFAULT= ${_EMACS_VERSIONS_ALL}
_EMACS_VERSION_DEFAULT.emacs= emacs21
_EMACS_VERSION_DEFAULT.xemacs= xemacs214
@@ -200,12 +200,14 @@ _EMACS_REQD.emacs20= emacs>=20.7
_EMACS_REQD.emacs21= emacs>=21.2
_EMACS_REQD.emacs21nox= emacs-nox11>=21.2
_EMACS_REQD.emacs22= emacs>=22
+_EMACS_REQD.emacs22nox= emacs-nox11>=22
_EMACS_REQD.xemacs214= xemacs>=21.4
_EMACS_REQD.xemacs215= xemacs>=21.5
_EMACS_DEP.emacs20= ../../editors/emacs20
_EMACS_DEP.emacs21= ../../editors/emacs
_EMACS_DEP.emacs21nox= ../../editors/emacs-nox11
_EMACS_DEP.emacs22= ../../wip/emacs-current
+_EMACS_DEP.emacs22nox= ../../wip/emacs-nox11-current
_EMACS_DEP.xemacs214= ../../editors/xemacs
_EMACS_DEP.xemacs215= ../../editors/xemacs-current
@@ -309,6 +311,7 @@ _EMACS_FOR.emacs20= "@comment "
_EMACS_FOR.emacs21= "@comment "
_EMACS_FOR.emacs21nox= "@comment "
_EMACS_FOR.emacs22= "@comment "
+_EMACS_FOR.emacs22nox= "@comment "
_EMACS_FOR.xemacs= "@comment "
_EMACS_FOR.xemacs214= "@comment "
_EMACS_FOR.xemacs215= "@comment "
@@ -317,6 +320,7 @@ _EMACS_NOTFOR.emacs20= ""
_EMACS_NOTFOR.emacs21= ""
_EMACS_NOTFOR.emacs21nox= ""
_EMACS_NOTFOR.emacs22= ""
+_EMACS_NOTFOR.emacs22nox= ""
_EMACS_NOTFOR.xemacs= ""
_EMACS_NOTFOR.xemacs214= ""
_EMACS_NOTFOR.xemacs215= ""
@@ -334,6 +338,7 @@ PLIST_SUBST+= FOR_emacs20=${_EMACS_FOR.emacs20}
PLIST_SUBST+= FOR_emacs21=${_EMACS_FOR.emacs21}
PLIST_SUBST+= FOR_emacs21nox=${_EMACS_FOR.emacs21nox}
PLIST_SUBST+= FOR_emacs22=${_EMACS_FOR.emacs22}
+PLIST_SUBST+= FOR_emacs22nox=${_EMACS_FOR.emacs22nox}
PLIST_SUBST+= FOR_xemacs=${_EMACS_FOR.xemacs}
PLIST_SUBST+= FOR_xemacs214=${_EMACS_FOR.xemacs214}
PLIST_SUBST+= FOR_xemacs215=${_EMACS_FOR.xemacs215}
@@ -342,6 +347,7 @@ PLIST_SUBST+= NOTFOR_emacs20=${_EMACS_NOTFOR.emacs20}
PLIST_SUBST+= NOTFOR_emacs21=${_EMACS_NOTFOR.emacs21}
PLIST_SUBST+= NOTFOR_emacs21nox=${_EMACS_NOTFOR.emacs21nox}
PLIST_SUBST+= NOTFOR_emacs22=${_EMACS_NOTFOR.emacs22}
+PLIST_SUBST+= NOTFOR_emacs22nox=${_EMACS_NOTFOR.emacs22nox}
PLIST_SUBST+= NOTFOR_xemacs=${_EMACS_NOTFOR.xemacs}
PLIST_SUBST+= NOTFOR_xemacs214=${_EMACS_NOTFOR.xemacs214}
PLIST_SUBST+= NOTFOR_xemacs215=${_EMACS_NOTFOR.xemacs215}