jam stable port information

Package: jam
Version: 2.5
Revision: 2
#Source: ftp://ftp.perforce.com/pub/%n/%n-%v.zip
Source: mirror:master:%n-%v.zip
Source-MD5: 964973902b14c28f91f4f2e487f79d20
CompileScript: make
InstallScript: <<
#!/bin/sh -ev
case %m in
powerpc) machine=ppc;;
i386) machine=x86;;
esac
mkdir -p %i/bin
cp bin.macosx$machine/jam %i/bin
cp bin.macosx$machine/mkjambase %i/bin
<<
DocFiles: README Jam.html Jambase.html Jamfile.html RELNOTES Porting
Description: Just Another Make build tool
DescDetail: <<
Jam is a software build tool that makes building simple things simple
and building complicated things manageable. Jam is a very good solution
in the following situations:
* Conventional C/C++ compile-and-link builds.
* Building from the same sources, according to the same dependencies,
on a variety of platforms.
* Distributing self-contained build steps onto multiple processors.

The version of jam included with Mac OS X has been heavily modified for
use with Project Builder. This is the standard UNIX distribution.
<<
Maintainer: None
Homepage: http://www.perforce.com/jam/jam.html
License: GPL