diff options
author | Chin-San Huang <chinsan@FreeBSD.org> | 2008-09-07 15:10:57 +0000 |
---|---|---|
committer | Chin-San Huang <chinsan@FreeBSD.org> | 2008-09-07 15:10:57 +0000 |
commit | eb18310aa5978aa33f49606d2bb31a4fe57face3 (patch) | |
tree | 31efad6356b2ed77f767918f13f17f36d27d95fc /games/Makefile | |
parent | f61acf41a12d38a0f51ef7a8557b0f787f5c4540 (diff) |
Add xcowsay, a graphical configurable talking cow.
xcowsay displays a cute cow and message on your desktop. Inspired by the
original cowsay.
WWW: http://www.doof.me.uk/xcowsay/
Notes
Notes:
svn path=/head/; revision=220138
Diffstat (limited to 'games/Makefile')
-rw-r--r-- | games/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index 1d5b05f3ff5b..fd29b321c4ea 100644 --- a/games/Makefile +++ b/games/Makefile @@ -902,6 +902,7 @@ SUBDIR += xchomp SUBDIR += xcogitate SUBDIR += xconq + SUBDIR += xcowsay SUBDIR += xcubes SUBDIR += xdeblock SUBDIR += xdemineur |