the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: xlax
Version: 2.3
Revision: 1
Source: http://hea-www.harvard.edu/~fine/Tech/%n%v.tar.gz
Source-MD5: 6d0457a90f82bd1a3cafe6cca0651371
Depends: x11
BuildDepends: x11-dev, xmkmf (>= 1.0.2-3)
CompileScript: <<
#!/bin/sh -ev
export PATH=%p/lib/xmkmf/bin:$PATH
export IMAKEINCLUDE=-I%p/lib/X11/config
xmkmf
make
<<
InstallScript: <<
mkdir -p %i/bin
install -m0755 mkxlax xlax %i/bin
mkdir -p %i/share/man/man1
install -m0644 mkxlax.man %i/share/man/man1/mkxlax.1
install -m0644 xlax.man %i/share/man/man1/xlax.1
<<
DocFiles: LICENSE README dot-mkxlax
Description: Send input to multiple x11 windows
Homepage: http://hea-www.harvard.edu/~fine/Tech/xlax.html
License: BSD
Maintainer: Daniel Macks