iwidgets _unstable_ port information

Info2: <<
Package: iwidgets
Version: 4.0.1
Revision: 1
Description: Mega-widget support for Tcl
Maintainer: Steffen Schmidt
DescDetail: <<
<<
License: BSD
Homepage: http://incrtcl.sourceforge.net/itcl/
Type: tcltk (8.4.19), itcl (3.3), itk (3.3)
Source: mirror:sourceforge:incrtcl/%n%v.tar.gz
Source-MD5: 0e9c140e81ea6015b56130127c7deb03
Source2: mirror:sourceforge:tcl/tcl%type_raw[tcltk]-src.tar.gz
Source2-MD5: ade2c033a7b545ee108f3fdfeb629fcf
Source3: mirror:sourceforge:tcl/tk%type_raw[tcltk]-src.tar.gz
Source3-MD5: 9b998d0456d1b956eb9da610837a9c47
Source4: mirror:sourceforge:incrtcl/itcl%type_raw[itcl].tar.gz
Source4-MD5: d958b3d1c52fa5336b5aacc1251b5ce3
Source5: mirror:sourceforge:incrtcl/itk%type_raw[itk].tar.gz
Source5-MD5: a97c17f3cfa5e377f43073c653c501b5
BuildDepends: tcltk-dev, fink (>= 0.24.12)
Depends: tcltk, itcl
SourceDirectory: %n%v
SetCFLAGS: -I%p/include -I../tcl%type_raw[tcltk]/unix -I../tcl%type_raw[tcltk]/generic -I../tk%type_raw[tcltk]/unix -I../tk%type_raw[tcltk]/generic
SetCPP: /usr/bin/cpp
PatchFile: %n.patch
PatchFile-MD5: 14ec5864c34165beb5e52b63a113658d
PatchScript: <<
#!/bin/bash -ev
pushd ..
mkdir config
patch -p0 < %{PatchFile}
chmod +x config/mkinstalldirs
popd
<<

CompileScript: <<
#!/bin/bash -ev
pushd ..
ln -s itcl%type_raw[itcl] itcl
ln -s itk%type_raw[itk] itk
popd
./configure --prefix=%i --exec-prefix=%i --mandir=%p/share/man --infodir=%p/share/info --with-tcl=%p/lib --with-tk=%p/lib --with-itcl=../
<<
InstallScript: <<
#!/bin/zsh -ev
mkdir -p %i/lib
perl -pi -e 's|man/mann|share/man/man1|g' Makefile
make install
/bin/rm %i/lib/%n
ln -s %p/lib/%n%v %i/lib/%n
foreach manfile in $( /bin/ls %i/share/man/man1/*.n )
mv $manfile $manfile:r.1
end
<<
DocFiles: CHANGES README license.terms
<<