mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Fix the port after ftp.freesoftware.com went away.
Submitted by: Cyrille Lefevre <clefevre@citeweb.net>
This commit is contained in:
parent
9e16678bb7
commit
94b469cd52
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47798
@ -6,18 +6,17 @@
|
||||
#
|
||||
|
||||
PORTNAME= xneko
|
||||
PORTVERSION= 4.4
|
||||
PORTVERSION= 1.0
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= ftp://ftp.freesoftware.com/pub/4.4BSD-Lite/4.4BSD-Lite/usr/src/games/
|
||||
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
||||
MASTER_SITE_SUBDIR= ../R5contrib
|
||||
DISTNAME= ${PORTNAME}
|
||||
|
||||
MAINTAINER= markm@FreeBSD.org
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
USE_IMAKE= yes
|
||||
MAN6= xneko.6
|
||||
MANCOMPRESSED= maybe
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
IGNOREFILES= ${DISTFILES}
|
||||
WRKSRC= ${WRKDIR}/pub/bsd-sources/4.4BSD-Lite/usr/src/games/xneko
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (xneko.tar.gz) = IGNORE
|
||||
MD5 (xneko.tar.gz) = f69ee710279c0097f2057d5acf1831f6
|
||||
|
10
games/xneko/files/patch-Imakefile
Normal file
10
games/xneko/files/patch-Imakefile
Normal file
@ -0,0 +1,10 @@
|
||||
--- Imakefile.orig Sun Sep 2 05:28:44 1990
|
||||
+++ Imakefile Wed Sep 12 16:54:29 2001
|
||||
@@ -1,5 +1,7 @@
|
||||
LOCAL_LIBRARIES = -lX11 -lm
|
||||
|
||||
+MANSUFFIX = 6
|
||||
+
|
||||
SimpleProgramTarget(xneko)
|
||||
|
||||
install:: install.man
|
@ -1,37 +0,0 @@
|
||||
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>
|
8
games/xneko/files/patch-xneko.man
Normal file
8
games/xneko/files/patch-xneko.man
Normal file
@ -0,0 +1,8 @@
|
||||
--- xneko.man.orig Sun Sep 2 05:27:21 1990
|
||||
+++ xneko.man Wed Sep 12 16:54:38 2001
|
||||
@@ -1,4 +1,4 @@
|
||||
-.TH xneko SIPB "1 September 1990" "X Version 11"
|
||||
+.TH xneko 6 "1 September 1990" "X Version 11"
|
||||
.SH NAME
|
||||
xneko \- cat-and-mouse chase in an X window
|
||||
.SH SYNOPSIS
|
@ -1 +1 @@
|
||||
The classic BSD4.4 cat-and-mouse
|
||||
The classic cat-and-mouse
|
||||
|
@ -1,5 +1,4 @@
|
||||
Xneko displays a window in which a cat chases your ``mouse''
|
||||
cursor.
|
||||
Xneko displays a window in which a cat chases your ``mouse'' cursor.
|
||||
|
||||
The word ``neko'' means ``cat'' in Japanese.
|
||||
|
||||
|
@ -1 +1,2 @@
|
||||
@comment $FreeBSD$
|
||||
bin/xneko
|
||||
|
@ -8,7 +8,7 @@
|
||||
PORTNAME= xroach
|
||||
PORTVERSION= 4.4
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= ftp://ftp.freesoftware.com/pub/4.4BSD-Lite/4.4BSD-Lite/usr/src/games/
|
||||
MASTER_SITES= ${MASTER_SITE_BACKUP}
|
||||
DISTNAME= ${PORTNAME}
|
||||
|
||||
MAINTAINER= markm@FreeBSD.org
|
||||
|
Loading…
Reference in New Issue
Block a user