mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
Bring xneko into the ports area preparatory to removing it from the
main source tree. OK'ed by: jkh asami (amongst others)
This commit is contained in:
parent
2ce7f9e17e
commit
ca4f23e91f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=2580
16
games/xneko/Makefile
Normal file
16
games/xneko/Makefile
Normal file
@ -0,0 +1,16 @@
|
||||
# New ports collection makefile for: xneko
|
||||
# Version required: 4.4BSD-Lite
|
||||
# Date created: 22 December 1995
|
||||
# Whom: markm
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
PKGNAME= xneko-4.4BSD
|
||||
DISTNAME= xneko
|
||||
CATEGORIES+= x11 games
|
||||
MASTER_SITES= ftp://ftp.cdrom.com/pub/bsd-sources/4.4BSD-Lite/usr/src/games/
|
||||
|
||||
MAINTAINER= markm@FreeBSD.ORG
|
||||
|
||||
.include <bsd.port.mk>
|
1
games/xneko/distinfo
Normal file
1
games/xneko/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (xneko.tar.gz) = d09fa1eeb6300fbedae689259dd261d2
|
37
games/xneko/files/patch-aa
Normal file
37
games/xneko/files/patch-aa
Normal file
@ -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 <bsd.prog.mk>
|
||||
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 <stdio.h>
|
||||
|
||||
+#include <stdlib.h>
|
||||
+#include <string.h>
|
||||
+
|
||||
#include <signal.h>
|
||||
#include <math.h>
|
||||
#include <sys/time.h>
|
1
games/xneko/pkg-comment
Normal file
1
games/xneko/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
XNEKO - the classic BSD4.4 cat-and-mouse
|
6
games/xneko/pkg-descr
Normal file
6
games/xneko/pkg-descr
Normal 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
2
games/xneko/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
bin/xneko
|
||||
man/man6/xneko.6.gz
|
Loading…
Reference in New Issue
Block a user