diff options
author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2025-02-14 09:56:14 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2025-02-21 17:06:36 +0000 |
commit | 1d4946cc1d62ce73cb9fc251960981297462336a (patch) | |
tree | ccc29fff4e329a5ea9adc1783e64251ca456ea98 /documentation/content/en | |
parent | 64b49b21383b8c868f004b2c9a84f75a7603a6b4 (diff) |
Diffstat (limited to 'documentation/content/en')
-rw-r--r-- | documentation/content/en/books/porters-handbook/uses/_index.adoc | 27 |
1 files changed, 27 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 a58e234023..5aace86102 100644 --- a/documentation/content/en/books/porters-handbook/uses/_index.adoc +++ b/documentation/content/en/books/porters-handbook/uses/_index.adoc @@ -1252,6 +1252,33 @@ The directory where a port should install JAR files. `JAVALIBDIR`:: The directory where JAR files installed by other ports are located. +[[uses-jpeg]] +== `jpeg` + +Possible arguments: `lib` (default, implicit), `build`, `run` + +Help handling dependencies on `jpeg`. + +If the `lib` argument is provided or no arguments are provided then a lib +dependency is added to the port. + +If the `build` argument is provided then a build dependency is added to the +port. + +If the `run` argument is provided then a run dependency is added to the +port. + +If the `both` argument is provided then a build dependency and a run dependency +are added to the port. + +The framework provides the following variable that can be set by ports: + +`JPEG_PORT`:: +Specifies the JPEG implementation to use. Possible values are: + +* package:graphics/jpeg-turbo[] (default) +* package:graphics/mozjpeg[] + [[uses-kde]] == `kde` |