diff options
Diffstat (limited to 'games')
-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 |