aboutsummaryrefslogtreecommitdiff
path: root/games/xeyesplus
diff options
context:
space:
mode:
authorYukihiro Nakai <nakai@FreeBSD.org>2000-01-22 11:46:45 +0000
committerYukihiro Nakai <nakai@FreeBSD.org>2000-01-22 11:46:45 +0000
commit044fe0d8a22849514107c0302251f03f434a9688 (patch)
tree899ac543c0d46a568279b5e0bcdf8d9c7e123a6a /games/xeyesplus
parente9780e98f173614be8b2d1fbf74ca7b29369ed65 (diff)
downloadports-044fe0d8a22849514107c0302251f03f434a9688.tar.gz
ports-044fe0d8a22849514107c0302251f03f434a9688.zip
Fix and updates from KATO Tsuguru.
Submitted by: "KATO Tsuguru" <tkato@prontomail.ne.jp>
Notes
Notes: svn path=/head/; revision=24924
Diffstat (limited to 'games/xeyesplus')
-rw-r--r--games/xeyesplus/Makefile3
-rw-r--r--games/xeyesplus/distinfo2
-rw-r--r--games/xeyesplus/files/patch-aa14
3 files changed, 11 insertions, 8 deletions
diff --git a/games/xeyesplus/Makefile b/games/xeyesplus/Makefile
index f6d812b63721..e7682b6be89c 100644
--- a/games/xeyesplus/Makefile
+++ b/games/xeyesplus/Makefile
@@ -9,7 +9,8 @@
DISTNAME= xeyes+2.01
PKGNAME= xeyes+-2.01
CATEGORIES= games
-MASTER_SITES= ftp://ftp.eos.hokudai.ac.jp/pub/X11/contrib/misc/
+MASTER_SITES= http://yindy1.aist-nara.ac.jp/~tetu-s/sofken/software/
+EXTRACT_SUFX= .tar.Z
MAINTAINER= nakai@FreeBSD.org
diff --git a/games/xeyesplus/distinfo b/games/xeyesplus/distinfo
index 89786a1632c8..e35443eb71b8 100644
--- a/games/xeyesplus/distinfo
+++ b/games/xeyesplus/distinfo
@@ -1 +1 @@
-MD5 (xeyes+2.01.tar.gz) = 72e8da2c65c8653388dd2fbd3ff5f113
+MD5 (xeyes+2.01.tar.Z) = 1ca1807e521985bb49ad5e219849c88d
diff --git a/games/xeyesplus/files/patch-aa b/games/xeyesplus/files/patch-aa
index a6ce8ba0f0bc..45e7a7ab13e9 100644
--- a/games/xeyesplus/files/patch-aa
+++ b/games/xeyesplus/files/patch-aa
@@ -1,17 +1,19 @@
-*** Imakefile.orig Thu May 5 07:58:34 1994
---- Imakefile Tue Oct 8 01:52:47 1996
+*** Imakefile.orig Thu May 5 16:58:34 1994
+--- Imakefile Thu Jan 15 00:00:00 2000
***************
*** 4,9 ****
# gcc
#CC = gcc
# CFLAGS = -O2 -Wall -DXPM -DUSLEEP
! CFLAGS =-DXPM -I/usr/local/X11R5/include/
- CDEBUGFLAGS =
+! CDEBUGFLAGS =
ComplexProgramTarget(xeyes+)
---- 4,9 ----
+--- 4,11 ----
# gcc
#CC = gcc
# CFLAGS = -O2 -Wall -DXPM -DUSLEEP
-! CFLAGS =-DXPM -I/usr/X11R6/include/ -L/usr/X11R6/lib
- CDEBUGFLAGS =
+! XCOMM CFLAGS =-DXPM -I/usr/local/X11R5/include/
+! XCOMM CDEBUGFLAGS =
+! DEFINES = -DXPM
+! INCLUDES = -I$(INCDIR)/X11
ComplexProgramTarget(xeyes+)