xneko port

This commit is contained in:
angelos 1998-05-20 01:17:20 +00:00
parent 896d8168d1
commit d281191707
6 changed files with 63 additions and 0 deletions

19
games/xneko/Makefile Normal file
View File

@ -0,0 +1,19 @@
# OpenBSD makefile for: xneko
# Version required: 4.4BSD-Lite
# Date created: May 19 1998
# Whom: Angelos D. Keromytis
#
# $OpenBSD: Makefile,v 1.1.1.1 1998/05/20 01:17:20 angelos 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= angelos@openbsd.org
USE_X11= yes
WRKSRC= ${WRKDIR}/pub/bsd-sources/4.4BSD-Lite/usr/src/games/xneko
.include <bsd.port.mk>

1
games/xneko/files/md5 Normal file
View File

@ -0,0 +1 @@
MD5 (xneko.tar.gz) = 9f7c46aba5a691aa88eccab773f36720

View File

@ -0,0 +1,34 @@
*** Makefile.orig Mon May 31 21:46:11 1993
--- Makefile Tue May 19 21:17:16 1998
***************
*** 1,8 ****
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= xneko
! MAN6= xneko.0
! DPADD= ${LIBX} ${LIBM}
! LDADD= -lX11/X11 -lm
.include <bsd.prog.mk>
--- 1,21 ----
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= xneko
! MAN6= xneko.6
!
! xneko.cat1: xneko.6
! nroff -man xneko.6 > xneko.cat1
!
! X11BASE= /usr/X11R6/
! 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 <bsd.prog.mk>

1
games/xneko/pkg/COMMENT Normal file
View File

@ -0,0 +1 @@
The classic BSD4.4 cat-and-mouse.

6
games/xneko/pkg/DESCR Normal file
View File

@ -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

2
games/xneko/pkg/PLIST Normal file
View File

@ -0,0 +1,2 @@
bin/xneko
man/man6/xneko.6