# fss-0002

main:
  ./configure $CONF --enable-threads --enable-64bit --with-tk=${TC}lib --with-tcl=${TC}lib --with-tclinclude=${TC}include $TARGET
  make
  make install
  mv -v /lib/Tktable* /lib/tk?.?/
  chgrp e_tk -R /lib/tk?.?
  find /lib/tk?.? -type d -exec chmod g+s '{}' ';'
