Introduce EMACS_TYPE to determine which emacs version should be installed,

and emacs lisp packages should be built for.  Users need to set the version
you like in /etc/mk.conf explicitly.

The default is emacs21 (editors/emacs, GNU Emacs 21.x).

This will deprecate EMACS_VERSION_DEFAULT defined in emacs.mk and USE_XEMACS
used in places.
This commit is contained in:
uebayasi 2004-02-07 15:21:52 +00:00
parent 993d7a307b
commit 784c8597a4

View file

@ -1,4 +1,4 @@
# $NetBSD: bsd.pkg.defaults.mk,v 1.212 2004/02/05 07:19:34 jlam Exp $
# $NetBSD: bsd.pkg.defaults.mk,v 1.213 2004/02/07 15:21:52 uebayasi Exp $
#
# A file providing defaults for pkgsrc and the packages collection.
@ -805,6 +805,12 @@ ELK_GUI?= none
# Possible: none, or some combination of xaw and/or motif
# Default: none
EMACS_TYPE?= emacs21
# Used by emacs.mk to determine which emacs version should be installed and
# emacs lisp packages should be built for.
# Possible: emacs21, emacs21nox, emacs20, xemacs214, xemacs215
# Default: emacs21
EMACS_USE_POP?= yes
# Used by emacs package to determine whether pop support is enabled or not.
# Possible: yes, no