diff options
author | sat <sat@FreeBSD.org> | 2006-10-08 19:37:15 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-10-08 19:37:15 +0800 |
commit | 892015aecb6db133a075ba4d0de3e3418483fbea (patch) | |
tree | 4770bd10bae72441d81836e3f8c00bc945ba407f /x11-toolkits/Makefile | |
parent | 62cb46bf77b874b72990680546e9b67b2462cfac (diff) | |
download | freebsd-ports-gnome-892015aecb6db133a075ba4d0de3e3418483fbea.tar.gz freebsd-ports-gnome-892015aecb6db133a075ba4d0de3e3418483fbea.tar.zst freebsd-ports-gnome-892015aecb6db133a075ba4d0de3e3418483fbea.zip |
Add port x11-toolkits/tile:
The Tile Widget Set is a next-generation re-implementation of many of the core
Tk widgets, along with the addition of several new widgets. With Tile, Tk
applications can achieve an appearance much closer to native platform widgets,
as well as take advantage of a modern, highly dynamic theme engine to produce a
wide variety of alternative user interface styles. Tile widgets complement the
existing Tk widgets, and Tile is currently being incorporated directly into Tk.
WWW: http://tktable.sourceforge.net/tile/
Diffstat (limited to 'x11-toolkits/Makefile')
-rw-r--r-- | x11-toolkits/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index cf535f5d3b5e..80deaf9090b2 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -210,6 +210,7 @@ SUBDIR += slingshot SUBDIR += soqt SUBDIR += swt31 + SUBDIR += tile SUBDIR += tix SUBDIR += tk80 SUBDIR += tk82 |