svn commit: r50224 - head/en_US.ISO8859-1/books/porters-handbook/uses

Mathieu Arnold mat at FreeBSD.org
Tue May 2 17:05:14 UTC 2017


Author: mat
Date: Tue May  2 17:05:12 2017
New Revision: 50224
URL: https://svnweb.freebsd.org/changeset/doc/50224

Log:
  Document USES=samba.
  
  Sponsored by:	Absolight

Modified:
  head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml

Modified: head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml	Tue May  2 17:05:08 2017	(r50223)
+++ head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml	Tue May  2 17:05:12 2017	(r50224)
@@ -2508,6 +2508,49 @@ USE_PYQT=	core doc_build designer_run</p
 	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>
 


More information about the svn-doc-head mailing list