diff options
author | asami <asami@FreeBSD.org> | 1994-12-06 09:46:31 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1994-12-06 09:46:31 +0800 |
commit | 097a9bd39ae9884f46fc485a9be427fc6ba2cb05 (patch) | |
tree | 5fae18afbbda7efa0b1417b9e19f7c11e640ac47 /games | |
parent | c29607f3c22510aa30ef5a472ae8ff5a7b41432c (diff) | |
download | freebsd-ports-gnome-097a9bd39ae9884f46fc485a9be427fc6ba2cb05.tar.gz freebsd-ports-gnome-097a9bd39ae9884f46fc485a9be427fc6ba2cb05.tar.zst freebsd-ports-gnome-097a9bd39ae9884f46fc485a9be427fc6ba2cb05.zip |
oneko, a cat chasing the mouse all over the screen
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 |