From a246b9e4778767c4a0f5cdd331d139a794cc2361 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Tue, 2 May 2017 17:05:12 +0000 Subject: [PATCH] Document USES=samba. Sponsored by: Absolight --- .../books/porters-handbook/uses/chapter.xml | 43 +++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml b/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml index 07723d5f0d..13a0c772c5 100644 --- a/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml +++ b/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml @@ -2508,6 +2508,49 @@ USE_PYQT= core doc_build designer_run role="port">devel/readline + + <literal>samba</literal> + + Possible arguments: build, + env, lib, + run + + Handle dependency on Samba. + env will not add any dependency and only set + up the variables. build and + run will add build-time and run-time + dependency on smbd. lib + will add a dependency on libsmbclient.so. + The variables that are exported are: + + + + SAMBAPORT + + The origin of the default + Samba port. + + + + + SAMBAINCLUDES + + The location of the Samba + header files. + + + + + SAMBALIBS + + The directory where the + Samba shared libraries are + available. + + + + + <literal>scons</literal>