summaryrefslogtreecommitdiff
path: root/games/cowsay
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>2000-09-04 00:48:52 +0000
committerBill Fumerola <billf@FreeBSD.org>2000-09-04 00:48:52 +0000
commit4cb9edbf17834597ee5a30c7519c12731d650c69 (patch)
treed41cfe3cd32e30ce72461b8ff1a7b06dc65f9f95 /games/cowsay
parentAdd bmp16m to available printer drivers as default (diff)
Some more creative art for cowsay.
The guilty parties: alfred, billf Approved by: kris (MAINTAINER)
Notes
Notes: svn path=/head/; revision=32233
Diffstat (limited to 'games/cowsay')
-rw-r--r--games/cowsay/Makefile1
-rw-r--r--games/cowsay/files/tux-stab.cow26
2 files changed, 27 insertions, 0 deletions
diff --git a/games/cowsay/Makefile b/games/cowsay/Makefile
index 8d58329d1889..5d07579bbec2 100644
--- a/games/cowsay/Makefile
+++ b/games/cowsay/Makefile
@@ -20,5 +20,6 @@ MAN1= cowsay.1
do-install:
cd ${WRKSRC}; ${SH} install.sh ${PREFIX}
+ @${INSTALL_DATA} ${FILESDIR}/tux-stab.cow ${PREFIX}/share/cows
.include <bsd.port.mk>
diff --git a/games/cowsay/files/tux-stab.cow b/games/cowsay/files/tux-stab.cow
new file mode 100644
index 000000000000..916ce502dbf4
--- /dev/null
+++ b/games/cowsay/files/tux-stab.cow
@@ -0,0 +1,26 @@
+##
+## TuX and the Daemon
+## (c) pborys@p-soft.silesia.linux.org.pl
+## (c) Marshall Kirk McKusick
+##
+$the_cow = <<EOC;
+ $thoughts , ,
+ $thoughts /( )`
+ $thoughts \\ \\___ / |
+ $thoughts /- _ `-/ '
+ $thoughts (/\\/ \\ \\ /\\
+ $thoughts / / | ` \\
+ $thoughts O O ) / |
+ $thoughts `-^--'`< '
+ .--. (_.) _ ) /
+ |o_o | `.___/` /
+ |:_/ | `-----' /
+ //<- \\ \\----. __ / __ \\
+ (| <- | )---|====O)))==) \\) /====
+ /'\\ <- _/`\\---' `--' `.__,' \\
+ \\___)=(___/ | |
+ \\ /
+ ______( (_ / \\______
+ ,' ,-----' | \\
+ `--{__________) \\/
+EOC