Possible arguments: PORT
Add a dependency on Tcl. The
PORT
parameter can be either
tcl
or tk
. Either a
version or wrapper dependency can be appended using
PORT:version
or
PORT:wrapper
. 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+
). A build- or
run-time only dependency can be specified using
PORT,build
or PORT,run
.
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
本文及其他文件,可由此下載: ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/。
若有 FreeBSD 方面疑問,請先閱讀
FreeBSD 相關文件,如不能解決的話,再洽詢
<questions@FreeBSD.org>。
關於本文件的問題,請洽詢
<doc@FreeBSD.org>。