summaryrefslogtreecommitdiff
path: root/mk/help
diff options
context:
space:
mode:
authorrillig <rillig>2007-09-12 09:55:37 +0000
committerrillig <rillig>2007-09-12 09:55:37 +0000
commitd2212ae945dd41c1bce79d20f72e8bfa9f2fb2b0 (patch)
tree1c31e07f541a0c3869a0637b24c2d286e12f98af /mk/help
parent2cfc1b9552f554be198c2a05ee534f40c84d54fe (diff)
downloadpkgsrc-d2212ae945dd41c1bce79d20f72e8bfa9f2fb2b0.tar.gz
Added documentation for NOT_FOR_PLATFORM and ONLY_FOR_PLATFORM.
Diffstat (limited to 'mk/help')
-rw-r--r--mk/help/notonly.help18
1 files changed, 18 insertions, 0 deletions
diff --git a/mk/help/notonly.help b/mk/help/notonly.help
new file mode 100644
index 00000000000..c5de9599208
--- /dev/null
+++ b/mk/help/notonly.help
@@ -0,0 +1,18 @@
+# $NetBSD: notonly.help,v 1.1 2007/09/12 09:55:37 rillig Exp $
+
+# === Package-settable variables ===
+#
+# NOT_FOR_PLATFORM
+# A list of platforms (for which this package either doesn't build
+# or isn't useful to have.
+#
+#
+# ONLY_FOR_PLATFORM
+# If a package only builds on some platforms, they should be
+# listed here. This variable should only be used if you are sure
+# that the package won't work on other platforms. It is almost
+# always better to use NOT_FOR_PLATFORM.
+#
+# Platforms are triples of OPSYS, OS_VERSION and MACHINE_ARCH, separated
+# by dashes. Each of the components may be the wildcard "*".
+#