Import new "oneko" package based on PR pkg/8347 by John A. Maier:

Much like xneko except on the desktop and with other animals.
This commit is contained in:
tron 1999-09-10 00:39:25 +00:00
parent c468f841bb
commit acdb2b4d70
7 changed files with 60 additions and 0 deletions

12
x11/oneko/Makefile Normal file
View file

@ -0,0 +1,12 @@
# $NetBSD: Makefile,v 1.1.1.1 1999/09/10 00:39:25 tron Exp $
DISTNAME= oneko-1.1b
CATEGORIES= x11 games
MASTER_SITES= ${MASTER_SITE_XCONTRIB:S/contrib/R5contrib/}
MAINTAINER= johnam@mail.kemper.org
USE_IMAKE= yes
WRKSRC= ${WRKDIR}/oneko
.include "../../mk/bsd.pkg.mk"

3
x11/oneko/files/md5 Normal file
View file

@ -0,0 +1,3 @@
$NetBSD: md5,v 1.1.1.1 1999/09/10 00:39:25 tron Exp $
MD5 (oneko-1.1b.tar.gz) = 245dc70338104d56477a2d1189174021

View file

@ -0,0 +1,3 @@
$NetBSD: patch-sum,v 1.1.1.1 1999/09/10 00:39:25 tron Exp $
MD5 (patch-aa) = 4d18f16a353291ee340478355aacbf27

View file

@ -0,0 +1,31 @@
$NetBSD: patch-aa,v 1.1.1.1 1999/09/10 00:39:25 tron Exp $
--- Imakefile.orig Thu Oct 31 14:09:31 1991
+++ Imakefile Fri Sep 10 02:35:38 1999
@@ -1,23 +1,10 @@
/**/# Cannot compile in using Gcc
CC = cc
-LOCAL_LIBRARIES = -L/usr/local/lib $(XLIB)
+LOCAL_LIBRARIES = $(XLIB)
SYS_LIBRARIES = -lm
DEPLIBS = $(DEPXLIB)
- DEFINES = -DSHAPE -I/usr/local/include
-
-CP = /bin/cp
-STRIP = /bin/strip
-RM = /bin/rm -f
+ DEFINES = -DSHAPE
SimpleProgramTarget(oneko)
-
-DESTDIR = /afs/andrew/system/dest/@sys/contributed/neko/011
-
-install::
- $(RM) $(DESTDIR)/bin/oneko $(DESTDIR)/man/man1/oneko.man
- $(CP) oneko $(DESTDIR)/bin/oneko
- $(STRIP) $(DESTDIR)/bin/oneko
- $(CP) oneko.man $(DESTDIR)/man/man1/oneko.1
-
-/* InstallAppDefaults(Oneko) */
+InstallManPage(oneko,$(MANDIR))

1
x11/oneko/pkg/COMMENT Normal file
View file

@ -0,0 +1 @@
Much like xneko except on the desktop and with other animals.

7
x11/oneko/pkg/DESCR Normal file
View file

@ -0,0 +1,7 @@
Oneko displays a cat that chases your ``mouse'' cursor around
the desktop. Command line options let you select an optional
dog or tora (cat with stripes).
The word ``neko'' means ``cat'' in Japanese.
based on xneko by Masayuki Koba, modified by Tatsuya Kato

3
x11/oneko/pkg/PLIST Normal file
View file

@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.1.1.1 1999/09/10 00:39:25 tron Exp $
bin/oneko
man/cat1/oneko.0