From 676f8927c5b5dedd2ba133e8bb5ac451dab07312 Mon Sep 17 00:00:00 2001 From: tron Date: Tue, 17 Feb 1998 23:26:49 +0000 Subject: [PATCH] Initial import of FreeBSD's "xneko" port. --- x11/xneko/Makefile | 20 ++++++++++++++++++++ x11/xneko/files/md5 | 1 + x11/xneko/patches/patch-aa | 37 +++++++++++++++++++++++++++++++++++++ x11/xneko/pkg/COMMENT | 1 + x11/xneko/pkg/DESCR | 6 ++++++ x11/xneko/pkg/PLIST | 2 ++ 6 files changed, 67 insertions(+) create mode 100644 x11/xneko/Makefile create mode 100644 x11/xneko/files/md5 create mode 100644 x11/xneko/patches/patch-aa create mode 100644 x11/xneko/pkg/COMMENT create mode 100644 x11/xneko/pkg/DESCR create mode 100644 x11/xneko/pkg/PLIST diff --git a/x11/xneko/Makefile b/x11/xneko/Makefile new file mode 100644 index 000000000000..3659f80d3fa1 --- /dev/null +++ b/x11/xneko/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: xneko +# Version required: 4.4BSD-Lite +# Date created: 22 December 1995 +# Whom: markm +# +# $FreeBSD Id: Makefile,v 1.6 1997/03/12 08:21:35 asami Exp +# + +DISTNAME= xneko +PKGNAME= xneko-4.4 +CATEGORIES= x11 games +MASTER_SITES= ftp://ftp.cdrom.com/pub/bsd-sources/4.4BSD-Lite/usr/src/games/ + +MAINTAINER= markm@FreeBSD.ORG + +USE_X11= yes +IGNOREFILES= ${DISTFILES} +WRKSRC= ${WRKDIR}/pub/bsd-sources/4.4BSD-Lite/usr/src/games/xneko + +.include diff --git a/x11/xneko/files/md5 b/x11/xneko/files/md5 new file mode 100644 index 000000000000..9b7b21f65590 --- /dev/null +++ b/x11/xneko/files/md5 @@ -0,0 +1 @@ +MD5 (xneko.tar.gz) = IGNORE diff --git a/x11/xneko/patches/patch-aa b/x11/xneko/patches/patch-aa new file mode 100644 index 000000000000..483988a15c8c --- /dev/null +++ b/x11/xneko/patches/patch-aa @@ -0,0 +1,37 @@ +diff -udr ../xneko.BSD/Makefile ./Makefile +--- ../xneko.BSD/Makefile Tue Jun 1 03:46:11 1993 ++++ ./Makefile Fri Dec 22 19:16:13 1995 +@@ -1,8 +1,17 @@ + # @(#)Makefile 8.1 (Berkeley) 5/31/93 + + PROG= xneko +-MAN6= xneko.0 +-DPADD= ${LIBX} ${LIBM} +-LDADD= -lX11/X11 -lm ++MAN6= xneko.6 ++ ++DPADD+= ${X11BASE}/lib/libX11.a ${LIBM} ++CFLAGS+= -I${X11BASE}/include ++LDDESTDIR+= -L${X11BASE}/lib ++LDADD+= -lX11 -lm ++ ++MANDIR= ${X11BASE}/man/man ++ ++BINOWN= bin ++BINDIR= ${X11BASE}/bin ++BINMODE= 755 + + .include +diff -udr ../xneko.BSD/xneko.c ./xneko.c +--- ../xneko.BSD/xneko.c Tue Jun 1 03:46:10 1993 ++++ ./xneko.c Fri Dec 22 19:10:44 1995 +@@ -139,6 +139,9 @@ + + #include + ++#include ++#include ++ + #include + #include + #include diff --git a/x11/xneko/pkg/COMMENT b/x11/xneko/pkg/COMMENT new file mode 100644 index 000000000000..2141890728ff --- /dev/null +++ b/x11/xneko/pkg/COMMENT @@ -0,0 +1 @@ +The classic BSD4.4 cat-and-mouse. diff --git a/x11/xneko/pkg/DESCR b/x11/xneko/pkg/DESCR new file mode 100644 index 000000000000..4a9ba4db2b5e --- /dev/null +++ b/x11/xneko/pkg/DESCR @@ -0,0 +1,6 @@ +Xneko displays a window in which a cat chases your ``mouse'' +cursor. + +The word ``neko'' means ``cat'' in Japanese. + +Masayuki Koba, 1990 diff --git a/x11/xneko/pkg/PLIST b/x11/xneko/pkg/PLIST new file mode 100644 index 000000000000..7a8fee1d9726 --- /dev/null +++ b/x11/xneko/pkg/PLIST @@ -0,0 +1,2 @@ +bin/xneko +man/man6/xneko.6.gz