svn commit: r49011 - head/en_US.ISO8859-1/books/porters-handbook/uses
Mathieu Arnold
mat at FreeBSD.org
Mon Jun 27 14:10:06 UTC 2016
Author: mat
Date: Mon Jun 27 14:10:04 2016
New Revision: 49011
URL: https://svnweb.freebsd.org/changeset/doc/49011
Log:
Document USES=ssl.
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 Mon Jun 27 14:04:17 2016 (r49010)
+++ head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml Mon Jun 27 14:10:04 2016 (r49011)
@@ -2109,6 +2109,60 @@ ksh_CMD= ${LOCALBASE}/bin/ksh</programli
the <literal>:2</literal> modifier.</para>
</sect1>
+ <sect1 xml:id="uses-ssl">
+ <title><literal>ssl</literal></title>
+
+ <para>Possible arguments: (none)</para>
+
+ <para>Provide support for <application>OpenSSL</application>.
+ These variables are available for the port's use, they are also
+ added to <varname>MAKE_ENV</varname>:</para>
+
+ <variablelist>
+ <varlistentry>
+ <term><varname>OPENSSLBASE</varname></term>
+
+ <listitem>
+ <para>Path to the OpenSSL installation base.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><varname>OPENSSLDIR</varname></term>
+
+ <listitem>
+ <para>Path to <application>OpenSSL</application>'s
+ configuration files.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><varname>OPENSSLLIB</varname></term>
+
+ <listitem>
+ <para>Path to the <application>OpenSSL</application> libraries.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><varname>OPENSSLINC</varname></term>
+
+ <listitem>
+ <para>Path to the <application>OpenSSL</application> includes.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><varname>OPENSSLRPATH</varname></term>
+
+ <listitem>
+ <para>If defined, the path the linker needs to use to find
+ the <application>OpenSSL</application> libraries.</para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </sect1>
+
<sect1 xml:id="uses-tar">
<title><literal>tar</literal></title>
More information about the svn-doc-head
mailing list