Generates a kitten finding robot with a text bubble, much like

cowsay.

Requires perl.

PR:		ports/40775
Submitted by:	Michael L. Hostbaek <mich@freebsdcluster.org>
This commit is contained in:
Ollivier Robert 2002-07-30 14:58:59 +00:00
parent 11f30328ae
commit c08505ba4e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63742
5 changed files with 38 additions and 0 deletions

26
games/rfksay/Makefile Normal file
View file

@ -0,0 +1,26 @@
# ex:ts=8
# Ports collection makefile for: rfksay
# Date created: Thu Jul 18, 2002
# Whom: Michael L. Hostbaek (mich@freebsdcluster.org)
#
# $FreeBSD$
#
PORTNAME= rfksay
PORTVERSION= 0.1
CATEGORIES= games
MASTER_SITES= http://www.redhotlunix.com/
DISTNAME= rfksay
MAINTAINER= mich@freebsdcluster.org
USE_PERL5= yes
NO_BUILD= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
${INSTALL_SCRIPT} ${WRKDIR}/kittensay ${PREFIX}/bin/
${INSTALL_SCRIPT} ${WRKDIR}/robotsay ${PREFIX}/bin/
.include <bsd.port.mk>

1
games/rfksay/distinfo Normal file
View file

@ -0,0 +1 @@
MD5 (rfksay.tar.gz) = df98afcc309dd8e590b830dec51b36c1

1
games/rfksay/pkg-comment Normal file
View file

@ -0,0 +1 @@
Generates a kitten finding robot with a text bubble

7
games/rfksay/pkg-descr Normal file
View file

@ -0,0 +1,7 @@
Generates a kitten finding robot with a text bubble, much like
cowsay.
Requires perl.
- Michael L. Hostbaek
mich@freebsdcluster.org

3
games/rfksay/pkg-plist Normal file
View file

@ -0,0 +1,3 @@
bin/rfksay
bin/robotsay
bin/kittensay