--- Portfile.orig	2008-04-19 12:49:35.000000000 -0400
+++ Portfile	2008-05-01 09:38:42.000000000 -0400
@@ -45,3 +45,10 @@
 	xinstall -m 644 ${worksrcpath}/${name}.1 ${destroot}${prefix}/share/man/man1
 }
 
+variant tcl description {Include Tcl bindings} {
+    depends_lib-append port:tcl
+    configure.args-delete --disable-tcl
+    configure.args-append --enable-tcl --with-tcl=${prefix}/lib
+    configure.env-append TCLSH_CMD=${prefix}/bin/tclsh
+    configure.cflags-append -DTCL_THREADS
+}
\ No newline at end of file

