diff options
author | billf <billf@FreeBSD.org> | 2000-09-04 00:48:52 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 2000-09-04 00:48:52 +0000 |
commit | 3945e3163a846a7692829e278519c12722ddb58c (patch) | |
tree | 3c06055495ef8083e3e718f7818ab933929c6671 /games/cowsay | |
parent | df909784e840614f7723be803cc0b490d82483b5 (diff) | |
download | FreeBSD-ports-3945e3163a846a7692829e278519c12722ddb58c.zip FreeBSD-ports-3945e3163a846a7692829e278519c12722ddb58c.tar.gz |
Some more creative art for cowsay.
The guilty parties: alfred, billf
Approved by: kris (MAINTAINER)
Diffstat (limited to 'games/cowsay')
-rw-r--r-- | games/cowsay/Makefile | 1 | ||||
-rw-r--r-- | games/cowsay/files/tux-stab.cow | 26 |
2 files changed, 27 insertions, 0 deletions
diff --git a/games/cowsay/Makefile b/games/cowsay/Makefile index 8d58329..5d07579 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 0000000..916ce50 --- /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 |