Index: head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml
===================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml
+++ head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml
@@ -2854,6 +2854,63 @@
+
+ Using LXQt
+
+ Applications depending on LXQt should set
+ USES+= lxqt and set USE_LXQT
+ to the list of required components from the table below
+
+
+ Available LXQt Components
+
+
+
+
+ Name
+ Description
+
+
+
+
+
+ buildtools
+ Helpers for additional CMake modules
+
+
+
+ libfmqt
+ Libfm Qt bindings
+
+
+
+ lxqt
+ LXQt core library
+
+
+
+ qtxdg
+ Qt implementation of freedesktop.org
+ XDG specifications
+
+
+
+
+
+
+ USE_LXQT Example
+
+ This is a simple example,
+ USE_LXQT adds a dependency on
+ LXQt libraries. Required LXQt components and
+ other dependencies can be determined from the
+ configure log.
+ USES= cmake:outsource lxqt tar:xz
+USE_QT5= buildtools_build qmake_build core dbus widgets
+USE_LXQT= buildtools libfmqt
+
+
+
Using Java