aboutsummaryrefslogtreecommitdiff
path: root/documentation/content/en
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2025-02-10 18:27:44 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2025-02-21 16:48:40 +0000
commitc1e0d55050b94328cad2afa6116f2521ca8000d1 (patch)
treea05dc78a5e233a88471ed0a7a38fc0722fb2b5fa /documentation/content/en
parent0bb186d842fb03a626cc540fe56ca6c9b73bebbb (diff)
Diffstat (limited to 'documentation/content/en')
-rw-r--r--documentation/content/en/books/porters-handbook/uses/_index.adoc18
1 files changed, 18 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 4a3facc28f..76101b110f 100644
--- a/documentation/content/en/books/porters-handbook/uses/_index.adoc
+++ b/documentation/content/en/books/porters-handbook/uses/_index.adoc
@@ -554,6 +554,24 @@ Possible arguments: 2, 3, build (default), run
Add dependency on package:math/eigen[].
+[[uses-elextronfix]]
+== `electronfix`
+
+Possible arguments: `31`, `32`, `33`
+
+Provide support for easy porting of Electron applications that are distributed in binary form.
+Adds a build and run time dependency on package:devel/electron31[],
+package:devel/electron32[], or package:devel/electron33[] depending on the argument used.
+
+The framework provides the following variables that can be set by ports:
+
+`ELECTRONFIX_SYMLINK_FILES`::
+List of files to be symlinked from Electron distribution.
+
+`ELECTRONFIX_MAIN_EXECUTABLE`::
+File name of the main executable to be replaced with the original Electron binary.
+
+
[[uses-elfctl]]
== `elfctl`