the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: tkgate
Version: 1.8.7
Revision: 1
Description: Digital circuit simulator
License: GPL
Maintainer: Dave Vasilevsky
BuildDepends: fink (>= 0.24.12), tcltk-dev (>= 8.5-1), tcltk-dev (<< 8.6-1), xmkmf
Depends: tcltk (>= 8.5-1), tcltk (<< 8.6-1)
Source: ftp://gadoid.ices.cmu.edu/pub/%{Ni}/%{Ni}-%v.tgz
Source-MD5: 628b5ca66283fc1473c9ef7300ae73c8
PatchFile: %n.patch
PatchFile-MD5: d2562332007dba4d9726c9a8ecb8427d
PatchScript: <<
sed -e 's|@PREFIX@|%p|g' %{PatchFile} | patch -p1
<<
CompileScript: <<
#!/bin/sh -ev
export PATH="%p/lib/xmkmf/bin:$PATH"
%{default_script}
<<
InstallScript: <<
make install DESTDIR=%d
make install.man LIBDIR=%p/share DESTDIR=%d
<<
DescPort: <<
* Uses weird imake system, need to pre-define all kinds of variables in
config.h *BEFORE* running configure.
* DESTDIR missing from main IMakefile
* Package really doesn't like putting html docs anywhere normal
* Allow tcltk version 8.5
<<
DocFiles: COPYING README
Homepage: http://www.tkgate.org/