pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/emulator Added _VARGROUPS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/63af394d4138
branches:  trunk
changeset: 533966:63af394d4138
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Oct 09 20:34:48 2007 +0000

description:
Added _VARGROUPS.

diffstat:

 mk/emulator/emulator-vars.mk |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 0818f7dd83cf -r 63af394d4138 mk/emulator/emulator-vars.mk
--- a/mk/emulator/emulator-vars.mk      Tue Oct 09 20:21:29 2007 +0000
+++ b/mk/emulator/emulator-vars.mk      Tue Oct 09 20:34:48 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: emulator-vars.mk,v 1.7 2007/08/23 13:43:57 jlam Exp $
+# $NetBSD: emulator-vars.mk,v 1.8 2007/10/09 20:34:48 rillig Exp $
 #
 # This file is included by bsd.prefs.mk only if EMUL_PLATFORMS is defined
 # and non-empty.
@@ -47,6 +47,11 @@
 #      native operating system.  It is either defined or undefined.
 #
 
+_VARGROUPS+=           emulator
+_USER_VARS.emulator=   EMUL_TYPE.${EMUL_OPSYS} EMUL_PLATFORM EMUL_PREFER
+_PKG_VARS.emulator=    EMUL_PLATFORMS
+_SYS_VARS.emulator=    EMUL_ARCH EMUL_OPSYS EMUL_IS_NATIVE
+
 # _EMUL_OPSYS
 #      A table that maps ${OPSYS} to the operating system names
 #      (${EMUL_OPSYS}) used by the emulator framework.



Home | Main Index | Thread Index | Old Index