summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjschauma <jschauma>2003-05-28 15:53:12 +0000
committerjschauma <jschauma>2003-05-28 15:53:12 +0000
commit686fac1e85e1d93a12fa74a21f67f3f47dadf448 (patch)
tree625af18a9c47ae52651a484e42c717846c52921d /mk
parente85225765510943e575b32ee96eebb4a307a1621 (diff)
downloadpkgsrc-686fac1e85e1d93a12fa74a21f67f3f47dadf448.tar.gz
Add some, per default undefined, variables for the blender package.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.defaults.mk32
1 files changed, 31 insertions, 1 deletions
diff --git a/mk/bsd.pkg.defaults.mk b/mk/bsd.pkg.defaults.mk
index c642848535d..6c0570ae090 100644
--- a/mk/bsd.pkg.defaults.mk
+++ b/mk/bsd.pkg.defaults.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.defaults.mk,v 1.151 2003/05/24 17:32:02 salo Exp $
+# $NetBSD: bsd.pkg.defaults.mk,v 1.152 2003/05/28 15:53:12 jschauma Exp $
#
# A file providing defaults for pkgsrc and the packages collection.
@@ -531,6 +531,36 @@ ATERM_USE_GREEK?= NO
# Possible: not defined, YES
# Default: not defined
+#BLENDER_INSTALL_DOC= YES
+# Used in blender to determine if the extensive html documentation should be
+# installed or not.
+# Possible: YES, not defined
+# Default: not defined
+
+#BLENDER_USE_OGG= YES
+# Used in blender to determine if support for the ogg audio format should be
+# compiled in or not.
+# Possible: YES, not defined
+# Default: not defined
+
+#BLENDER_USE_VORBIS= YES
+# Used in blender to determine if support for the vorbis audio format should
+# be compiled in or not.
+# Possible: YES, not defined
+# Default: not defined
+
+#BLENDER_USE_OPENAL= YES
+# Used in blender to determine if support for the openal audio format should
+# be compiled in or not.
+# Possible: YES, not defined
+# Default: not defined
+
+#BLENDER_USE_EXPPYTHON= YES
+# Used in blender to determine if experimental python support should be
+# compiled in or not.
+# Possible: YES, not defined
+# Default: not defined
+
#BULK_PREREQ=
# Used during bulk package builds. Packages listed in this variable are
# assumed to be required to build all packages. Only a very limited number