Add a description for USES=tcl and USES=tk
Reviewed by: tcltk@ (gahr)
This commit is contained in:
parent
14398ad0a9
commit
c703cef537
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43334
1 changed files with 72 additions and 0 deletions
|
@ -475,6 +475,78 @@
|
|||
<varname>lua_CMD</varname>.</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><literal>tcl</literal></entry>
|
||||
|
||||
<entry><literal>PORT</literal></entry>
|
||||
|
||||
<entry>Add a dependency on <application>Tcl</application>. The
|
||||
<literal>PORT</literal> parameter can be either <literal>tcl</literal>
|
||||
or <literal>tk</literal>. Either a version or wrapper dependency
|
||||
can be appended using <literal>PORT:version</literal> or
|
||||
<literal>PORT:wrapper</literal>. The version can be empty, one or
|
||||
more exact version numbers (currently <literal>84</literal>,
|
||||
<literal>85</literal>, or <literal>86</literal>), or a minimal
|
||||
version number (currently <literal>84+</literal>,
|
||||
<literal>85+</literal> or <literal>86+</literal>). A build- or
|
||||
run-time only dependency can be specified using
|
||||
<literal>PORT,build</literal> or <literal>PORT,run</literal>. After
|
||||
including <filename>bsd.port.pre.mk</filename> the port can inspect
|
||||
the results using these variables:
|
||||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><varname>TCL_VER</varname>: chosen major.minor version of
|
||||
<application>Tcl</application></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><varname>TCLSH</varname>: full path of the
|
||||
<application>Tcl</application> interpreter</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><varname>TCL_LIBDIR</varname>: path of the
|
||||
<application>Tcl</application> libraries</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><varname>TCL_INCLUDEDIR</varname>: path of the
|
||||
<application>Tcl</application> C header files</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><varname>TK_VER</varname>: chosen major.minor version of
|
||||
<application>Tk</application></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><varname>WISH</varname>: full path of the
|
||||
<application>Tk</application> interpreter</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><varname>TK_LIBDIR</varname>: path of the
|
||||
<application>Tk</application> libraries</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><varname>TK_INCLUDEDIR</varname>: path of the
|
||||
<application>Tk</application> C header files</para>
|
||||
</listitem>
|
||||
</itemizedlist></entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><literal>tk</literal></entry>
|
||||
|
||||
<entry>Same as arguments for <literal>tcl</literal></entry>
|
||||
|
||||
<entry>Small wrapper when using both <application>Tcl</application>
|
||||
and <application>Tk</application>. The same variables are returned
|
||||
as when using <application>Tcl</application>.</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><literal>twisted</literal></entry>
|
||||
|
||||
|
|
Loading…
Reference in a new issue