aboutsummaryrefslogtreecommitdiff
path: root/documentation/content/en
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2025-02-17 17:46:32 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2025-02-27 16:46:03 +0000
commitab81c763c8cb2180045128a10231e329c86ad8f3 (patch)
tree340de1f1a7fc500cf9398ccbbb72f3138d9b553a /documentation/content/en
parent1026a34aeee6e89d36e50a0cd1359706cf2bdccf (diff)
Diffstat (limited to 'documentation/content/en')
-rw-r--r--documentation/content/en/books/porters-handbook/uses/_index.adoc9
1 files changed, 9 insertions, 0 deletions
diff --git a/documentation/content/en/books/porters-handbook/uses/_index.adoc b/documentation/content/en/books/porters-handbook/uses/_index.adoc
index 34135511b8..cd459e4885 100644
--- a/documentation/content/en/books/porters-handbook/uses/_index.adoc
+++ b/documentation/content/en/books/porters-handbook/uses/_index.adoc
@@ -1419,6 +1419,15 @@ Fills in the boilerplate for kernel module ports, currently:
* Handle cross-referencing kernel modules upon installation and deinstallation, using crossref:plist[plist-keywords-kld,`@kld`].
* If the `debug` argument is given, the port can install a debug version of the module into [.filename]#KERN_DEBUGDIR#/[.filename]#KMODDIR#. By default, `KERN_DEBUGDIR` is copied from `DEBUGDIR` and set to [.filename]#/usr/lib/debug#. The framework will take care of creating and removing any required directories.
+[[uses-kodi]]
+== `kodi`
+
+Possible arguments: (none), `noautoplist`
+
+Provide support for package:multimedia/kodi[] add-ons.
+If the `noautoplist` argument is provided it does not generate the `plist`
+automatically.
+
[[uses-ldap]]
== `ldap`