the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: boost-jam
Version: 3.1.16
Revision: 1
Source: mirror:sourceforge:boost/boost-jam-%v.tgz
Source-MD5: 1fd96a38b1a33c365e8142eec53197e7
License: BSD
BuildDepends: fink ( >= 0.25-1 )
CompileScript: sh ./build.sh
InstallScript: <<
#!/bin/sh -ev
case %m in
powerpc) machine=ppc;;
i386) machine=x86;;
x86_64) machine=x86_64;;
esac
mkdir %i/bin
cp bin.macosx$machine/* %i/bin
<<
DocFiles: LICENSE_1_0.txt index.html jam
Description: Extension of Perforce Jam make replacement
DescDetail: <<
Boost.Jam (BJam) is a build tool based on FTJam, which in turn is
based on Perforce Jam. It contains significant improvements made to
facilitate its use in the Boost Build System, but should be backward
compatible with Perforce Jam.
<<
DescPackaging: Earlier versions by Mark Treiber
DescPort: BuildDepend on fink-0.25 for directory in DocFiles
Maintainer: Martin Costabel
Homepage: http://www.boost.org