mathomatic stable port information

Package: mathomatic
Version: 15.5.2
Revision: 1
Description: Symbolic algebra program
DescDetail: <<
Mathomatic is a small, portable symbolic math program that can
automatically solve, simplify, differentiate, combine, and compare
algebraic equations, perform polynomial and complex arithmetic, etc.
<<
DescPort: <<
Compile with readline support for generic Unix.

This thing is very noisy under -Wall: lots of implicit forward
function declarations and forgetting to declare void function return
types. Ain't gonna fix it.
<<
Homepage: http://mathomatic.orgserve.de/math
License: LGPL
Maintainer: Daniel Macks
BuildDepends: <<
fink (>= 0.24.12),
libncurses5 (>= 5.4-20041023-1006),
readline5 (>= 5.0-1004)
<<
Depends: <<
libncurses5-shlibs (>= 5.4-20041023-1006),
readline5-shlibs (>= 5.0-1004)
<<
Source: http://www.panix.com/~gesslein/%n-%v.tar.bz2
Source-MD5: c86a4bfb71497b34f24a3fa2141b2911
CompileScript: <<
make prefix=%p READLINE=1
make test
<<
InstallScript: <<
make install prefix=%i mandir=%i/share/man
<<
DescPackaging: <<
m4 wrapper not installed (will need to hack to distinguish
runtime from installation locations).

fink on 64-bit automatically does 64-bit correctly (I think)
so don't need to specially enable -m64 in makefile
<<