Document USES=samba.
Sponsored by: Absolight
This commit is contained in:
parent
565963c5e8
commit
a246b9e477
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50224
1 changed files with 43 additions and 0 deletions
|
@ -2508,6 +2508,49 @@ USE_PYQT= core doc_build designer_run</programlisting>
|
|||
role="port">devel/readline</package></para>
|
||||
</sect1>
|
||||
|
||||
<sect1 xml:id="uses-samba">
|
||||
<title><literal>samba</literal></title>
|
||||
|
||||
<para>Possible arguments: <literal>build</literal>,
|
||||
<literal>env</literal>, <literal>lib</literal>,
|
||||
<literal>run</literal></para>
|
||||
|
||||
<para>Handle dependency on <application>Samba</application>.
|
||||
<literal>env</literal> will not add any dependency and only set
|
||||
up the variables. <literal>build</literal> and
|
||||
<literal>run</literal> will add build-time and run-time
|
||||
dependency on <filename>smbd</filename>. <literal>lib</literal>
|
||||
will add a dependency on <filename>libsmbclient.so</filename>.
|
||||
The variables that are exported are:</para>
|
||||
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><varname>SAMBAPORT</varname></term>
|
||||
<listitem>
|
||||
<para>The origin of the default
|
||||
<application>Samba</application> port.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><varname>SAMBAINCLUDES</varname></term>
|
||||
<listitem>
|
||||
<para>The location of the <application>Samba</application>
|
||||
header files.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><varname>SAMBALIBS</varname></term>
|
||||
<listitem>
|
||||
<para>The directory where the
|
||||
<application>Samba</application> shared libraries are
|
||||
available.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</sect1>
|
||||
|
||||
<sect1 xml:id="uses-scons">
|
||||
<title><literal>scons</literal></title>
|
||||
|
||||
|
|
Loading…
Reference in a new issue