the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: oneko
Version: 1.2
Revision: 3
Source: http://www.bsddiary.net/%n/%n-%v.tar.gz
Source-MD5: 890a476b54e13bfd4ab21440c6a5a8e2
Description: Makes a kitty follow your mouse cursor
Depends: x11, x11-shlibs
BuildDepends: x11-dev
License: BSD
SetCPPFLAGS: -I/usr/X11/include -I/usr/X11R6/include
SetLDFLAGS: -L/usr/X11/lib -L/usr/X11R6/lib
CompileScript: <<
gcc ${CFLAGS} ${CPPFLAGS} -c -o oneko.o oneko.c
gcc ${CFLAGS} ${LDFLAGS} -lX11 -o oneko oneko.o
<<
InstallScript: <<
mkdir -p %i/bin
cp oneko %i/bin
mkdir -p %i/share/man/man1
cp oneko.man %i/share/man/man1/oneko.1
<<
DocFiles: README README-NEW bitmaps/bsd/COPYRIGHT:COPYRIGHT.bitmaps.bsd
Maintainer: None
Homepage: http://www.bsddiary.net/oneko/
DescDetail: <<
Oneko is a little X application that puts a kitty on the screen
that follows your mouse cursor around. Oneko can not only have a kitty
follow your cursor around, but also a tiger, a dog, and a bsd daemon.
<<
DescPort: <<
Oneko will only follow your cursor if X11 is in the foreground. Effectively,
Oneko only exists in X display space, so it doesn't recognize you when you
are outside of X space.
<<
DescPackaging: <<
Maintainer (<= 1.2-1): Daniel Henninger
<<