diff options
author | sat <sat@FreeBSD.org> | 2006-11-01 06:39:12 +0000 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-11-01 06:39:12 +0000 |
commit | 538dd9cf8fc9ef112017d3e78f5974711c45ea00 (patch) | |
tree | fdb07b31f79e30095f3f309ed1d3147d04c80fc2 /x11-toolkits/Makefile | |
parent | aea4fd3a7c961d61d123017cc8b720519232cfd1 (diff) | |
download | FreeBSD-ports-538dd9cf8fc9ef112017d3e78f5974711c45ea00.zip FreeBSD-ports-538dd9cf8fc9ef112017d3e78f5974711c45ea00.tar.gz |
Add port x11-toolkits/tkdnd:
tkdnd is an extension that adds native drag & drop capabilities to the
tk toolkit. It can be used with any tk version equal or greater to 8.4
and currently only the UNIX (X-Windows) and Microsoft Windows operating
systems are supported. Under unix the drag & drop protocol in use is the
XDND protocol version 4 (also used by the QT toolkit, KDE & GNOME
Desktops).
WWW: http://www.iit.demokritos.gr/~petasis/Tcl/tkDND/tkDND.html
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 b367804..443506e 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -220,6 +220,7 @@ SUBDIR += tk82 SUBDIR += tk83 SUBDIR += tk84 + SUBDIR += tkdnd SUBDIR += tkshape SUBDIR += tkstep80 SUBDIR += tktable |