315be02ac1
Packages Collection. This package was provided by Stephen Borrill. Visual Tcl is a freely-available, high-quality application development environment for UNIX, Windows, Macintosh and AS400 platforms. Visual Tcl is written entirely in Tcl/Tk and generates pure Tcl/Tk code. This makes porting your Visual Tcl applications either unnecessary or trivial. Visual Tcl is covered by the GNU General Public License. Features - 100% pure Tcl/Tk. No external libraries required. - Extensible widget and geometry manager support. - Create compound widgets and widget libraries. - GUI interface for most aspects of Tcl/Tk development. - Support for user images and fonts in your project. - Imports pre-existing Tcl/Tk code. - Built-in support for widget toolkits including: [incr Widgets], BLT, TkTable - Visual Tcl features new ready-to-use widgets: combo box, multicolumn listbox, progress bar - Predefined compounds available including scrolled text, scrolled listbox, scrolled canvas, horizontal and vertical splitters - Exports Tclets which run in Netscape/MSIE. - Support for freewrap. Generate binaries for Windows or Linux.
12 lines
286 B
Makefile
12 lines
286 B
Makefile
# $NetBSD: options.mk,v 1.1.1.1 2006/01/21 08:12:03 agc Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.vtcl
|
|
PKG_SUPPORTED_OPTIONS= tk83
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if empty(PKG_OPTIONS:Mtk83)
|
|
. include "../../x11/tk/buildlink3.mk"
|
|
.else
|
|
. include "../../x11/tk83/buildlink3.mk"
|
|
.endif
|