Possible arguments: version
,
wrapper
, build
,
run
, tea
Add a dependency on Tcl. A
specific version can be requested using
version
. The version can be empty,
one or more exact version numbers (currently
84
, 85
, or
86
), or a minimal version number (currently
84+
, 85+
or
86+
). To only request a non version specific
wrapper, use wrapper
. A build- or run-time
only dependency can be specified using build
or run
. To build the port using the
Tcl Extension Architecture, use
tea
. After including
bsd.port.pre.mk
the port can inspect the
results using these variables:
TCL_VER
: chosen major.minor version
of Tcl
TCLSH
: full path of the
Tcl interpreter
TCL_LIBDIR
: path of the
Tcl libraries
TCL_INCLUDEDIR
: path of the
Tcl C header files
TK_VER
: chosen major.minor version of
Tk
WISH
: full path of the
Tk interpreter
TK_LIBDIR
: path of the
Tk libraries
TK_INCLUDEDIR
: path of the
Tk C header files
All FreeBSD documents are available for download at https://download.freebsd.org/ftp/doc/
Questions that are not answered by the
documentation may be
sent to <freebsd-questions@FreeBSD.org>.
Send questions about this document to <freebsd-doc@FreeBSD.org>.