the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: xlaby
Version: 2.0.2
Revision: 1
Distribution: 10.5, 10.6
###
BuildDepends: x11-dev, xmkmf (>= 1.0.2-3)
Depends: x11
###
Source: ftp://ftp.ac-grenoble.fr/ge/educational_games/%n-%v.tgz
Source-MD5: b6f414f70a473fffe8c14c1d84fb13cf
###
#Patch: %f.patch
###
CompileScript: <<
#!/bin/sh -ev
export PATH=%p/lib/xmkmf/bin:$PATH
export IMAKEINCLUDE=-I%p/lib/X11/config
xmkmf -a
make CC=cc
<<
###
InstallScript: <<
#!/bin/sh -ev
export PATH=%p/lib/xmkmf/bin:$PATH
export IMAKEINCLUDE=-I%p/lib/X11/config
mkdir -p %i/bin
mkdir -p %i/share/man/man6
cp %n %i/bin
cp %n.man %i/share/man/man6
<<
###
DocFiles: README COPYING ChangeLog xlaby.man
###
Description: Evil labyrinth game for X11
DescDetail: <<
The goal of the game is to eat the four little squares in the
labyrinth: red, yellow, green and blue, in that order. When
you eat a square, it disappears. When all have disappeared, the
game ends.
<<
###
License: GPL
Maintainer: Ben Hines
Homepage: ftp://ftp.ac-grenoble.fr/ge/educational_games/