diff options
author | tron <tron@pkgsrc.org> | 1999-09-10 00:39:25 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-09-10 00:39:25 +0000 |
commit | acdb2b4d70d23be7ab50d78af35590acfa434869 (patch) | |
tree | 75e43a46a7bf16db3470722d5b31b7b21d1de0be /x11/oneko | |
parent | c468f841bb657d513da819567716f1277d24df54 (diff) | |
download | pkgsrc-acdb2b4d70d23be7ab50d78af35590acfa434869.tar.gz |
Import new "oneko" package based on PR pkg/8347 by John A. Maier:
Much like xneko except on the desktop and with other animals.
Diffstat (limited to 'x11/oneko')
-rw-r--r-- | x11/oneko/Makefile | 12 | ||||
-rw-r--r-- | x11/oneko/files/md5 | 3 | ||||
-rw-r--r-- | x11/oneko/files/patch-sum | 3 | ||||
-rw-r--r-- | x11/oneko/patches/patch-aa | 31 | ||||
-rw-r--r-- | x11/oneko/pkg/COMMENT | 1 | ||||
-rw-r--r-- | x11/oneko/pkg/DESCR | 7 | ||||
-rw-r--r-- | x11/oneko/pkg/PLIST | 3 |
7 files changed, 60 insertions, 0 deletions
diff --git a/x11/oneko/Makefile b/x11/oneko/Makefile new file mode 100644 index 00000000000..bae083b232b --- /dev/null +++ b/x11/oneko/Makefile @@ -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" diff --git a/x11/oneko/files/md5 b/x11/oneko/files/md5 new file mode 100644 index 00000000000..dcdf4aecd72 --- /dev/null +++ b/x11/oneko/files/md5 @@ -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 diff --git a/x11/oneko/files/patch-sum b/x11/oneko/files/patch-sum new file mode 100644 index 00000000000..5e380449cc3 --- /dev/null +++ b/x11/oneko/files/patch-sum @@ -0,0 +1,3 @@ +$NetBSD: patch-sum,v 1.1.1.1 1999/09/10 00:39:25 tron Exp $ + +MD5 (patch-aa) = 4d18f16a353291ee340478355aacbf27 diff --git a/x11/oneko/patches/patch-aa b/x11/oneko/patches/patch-aa new file mode 100644 index 00000000000..f05562b35c8 --- /dev/null +++ b/x11/oneko/patches/patch-aa @@ -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)) diff --git a/x11/oneko/pkg/COMMENT b/x11/oneko/pkg/COMMENT new file mode 100644 index 00000000000..a6d90ad71d7 --- /dev/null +++ b/x11/oneko/pkg/COMMENT @@ -0,0 +1 @@ +Much like xneko except on the desktop and with other animals. diff --git a/x11/oneko/pkg/DESCR b/x11/oneko/pkg/DESCR new file mode 100644 index 00000000000..af01437e9b7 --- /dev/null +++ b/x11/oneko/pkg/DESCR @@ -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 diff --git a/x11/oneko/pkg/PLIST b/x11/oneko/pkg/PLIST new file mode 100644 index 00000000000..8a2b84b1676 --- /dev/null +++ b/x11/oneko/pkg/PLIST @@ -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 |