diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1994-12-06 01:46:31 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1994-12-06 01:46:31 +0000 |
commit | 9c2b0502f8228109538c4e9613447780bf660818 (patch) | |
tree | 24e621551ce7b2d6c2db0def8e07cdb4546679b3 /games/oneko | |
parent | 95c8a484e7da5b36708b0f437b8147bbb4a7fd1b (diff) | |
download | ports-9c2b0502f8228109538c4e9613447780bf660818.tar.gz ports-9c2b0502f8228109538c4e9613447780bf660818.zip |
oneko, a cat chasing the mouse all over the screen
Notes
Notes:
svn path=/head/; revision=536
Diffstat (limited to 'games/oneko')
-rw-r--r-- | games/oneko/Makefile | 15 | ||||
-rw-r--r-- | games/oneko/pkg-comment | 1 | ||||
-rw-r--r-- | games/oneko/pkg-descr | 6 | ||||
-rw-r--r-- | games/oneko/pkg-plist | 3 |
4 files changed, 25 insertions, 0 deletions
diff --git a/games/oneko/Makefile b/games/oneko/Makefile new file mode 100644 index 000000000000..cc3e8a5a22c1 --- /dev/null +++ b/games/oneko/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: oneko +# Version required: 1.1b +# Date created: 5 December 1994 +# Whom: asami +# +# $Id:$ +# + +DISTNAME= oneko-1.1b +USE_IMAKE= yes +INSTALL_MANPAGES= yes +MASTER_SITES= ftp://ftp.cs.columbia.edu/archives/X11R5/contrib/ +WRKSRC= ${WRKDIR}/oneko + +.include <bsd.port.mk> diff --git a/games/oneko/pkg-comment b/games/oneko/pkg-comment new file mode 100644 index 000000000000..8bf249a45433 --- /dev/null +++ b/games/oneko/pkg-comment @@ -0,0 +1 @@ +oneko, a cat chasing a mouse all over the screen diff --git a/games/oneko/pkg-descr b/games/oneko/pkg-descr new file mode 100644 index 000000000000..95cbf3204a9e --- /dev/null +++ b/games/oneko/pkg-descr @@ -0,0 +1,6 @@ +oneko displays a cat chasing the mouse. It is based on "xneko", which +displayed a cat in a cage (i.e., a rectangular window). She is now +free to run all over the screen. + +- Satoshi +asami@cs.berkeley.edu diff --git a/games/oneko/pkg-plist b/games/oneko/pkg-plist new file mode 100644 index 000000000000..43ad835777db --- /dev/null +++ b/games/oneko/pkg-plist @@ -0,0 +1,3 @@ +@cwd /usr/X11R6 +bin/oneko +man/man1/oneko.1.gz |