Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jun 2016 14:10:05 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r49011 - head/en_US.ISO8859-1/books/porters-handbook/uses
Message-ID:  <201606271410.u5REA5s4046829@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606271410.u5REA5s4046829>