summaryrefslogtreecommitdiff
path: root/mk/emulator/emulator.mk
diff options
context:
space:
mode:
authorjlam <jlam>2007-08-23 18:20:30 +0000
committerjlam <jlam>2007-08-23 18:20:30 +0000
commit854055381754e3e5a3da436cd9bc742eb4783ac0 (patch)
treec6706bd84a98810ed13e7d11701dcd7444995ccb /mk/emulator/emulator.mk
parentcebfe5e3735b7f75ba1e125d6d65d293f59ee799 (diff)
downloadpkgsrc-854055381754e3e5a3da436cd9bc742eb4783ac0.tar.gz
Allow a nicer syntax for expressing needing at least a certain version
of an emulated operating system. Instead of proliferating things like SUSE_VERSION_REQD, NETBSD_VERSION_REQD, SOLARIS_VERSION_REQD, etc., a package can say: EMUL_REQD= suse>=9.1 netbsd>=2.0 solaris>=10 all in one, succinct line.
Diffstat (limited to 'mk/emulator/emulator.mk')
-rw-r--r--mk/emulator/emulator.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/mk/emulator/emulator.mk b/mk/emulator/emulator.mk
index 6dd1a707217..b9952c3fee3 100644
--- a/mk/emulator/emulator.mk
+++ b/mk/emulator/emulator.mk
@@ -1,9 +1,13 @@
-# $NetBSD: emulator.mk,v 1.7 2007/08/23 17:39:47 jlam Exp $
+# $NetBSD: emulator.mk,v 1.8 2007/08/23 18:20:36 jlam Exp $
#
# This file is included by bsd.pkg.mk.
#
# Package-settable variables:
#
+# EMUL_REQD
+# List of required versions for different emulation types, e.g
+# suse>=10.0, netbsd>=1.2, etc.
+#
# EMUL_MODULES.${EMUL_OPSYS}
# List of modules of ${EMUL_OPSYS} that are used by the package.
#