View | Details | Raw Unified | Return to bug 84402
Collapse All | Expand All

(-)games/xeyesplus/Makefile (-12 / +12 lines)
Lines 6-29 Link Here
6
#
6
#
7
7
8
PORTNAME=	xeyes+
8
PORTNAME=	xeyes+
9
PORTVERSION=	2.01
9
PORTVERSION=	2.02
10
CATEGORIES=	games
10
CATEGORIES=	games
11
MASTER_SITES=	http://yindy1.aist-nara.ac.jp/~tetu-s/sofken/software/
11
MASTER_SITES=	http://www.asahi-net.or.jp/~fj9y-ynym/
12
DISTNAME=	xeyes+${PORTVERSION}
12
DISTNAME=	${PORTNAME}${PORTVERSION}
13
EXTRACT_SUFX=	.tar.Z
14
15
DEPRECATED=	no longer available from author's site
16
EXPIRATION_DATE=2005-08-31
17
13
18
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	ports@FreeBSD.org
19
COMMENT=	Horrible eyes looking at your mouse cursor
15
COMMENT=	Horrible eyes looking at your mouse cursor
20
16
21
PLIST_FILES=	bin/xeyes+
17
USE_X_PREFIX=	yes
22
USE_IMAKE=	yes
23
USE_XPM=	yes
18
USE_XPM=	yes
24
19
25
post-install:
20
PLIST_FILES=	bin/xeyes+
26
	@${CHMOD} 755 ${PREFIX}/bin/xeyes+
21
27
	@${CHOWN} ${BINOWN}:${BINGRP} ${PREFIX}/bin/xeyes+
22
do-build:
23
	cd ${WRKSRC} && ${CC} ${CFLAGS} -I${X11BASE}/include -DXPM -DUSLEEP \
24
		-o xeyes+ xeyes+.c -L${X11BASE}/lib -lX11 -lXpm -lm
25
26
do-install:
27
	${INSTALL_PROGRAM} ${WRKSRC}/xeyes+ ${PREFIX}/bin
28
28
29
.include <bsd.port.mk>
29
.include <bsd.port.mk>
(-)games/xeyesplus/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (xeyes+2.01.tar.Z) = 1ca1807e521985bb49ad5e219849c88d
1
MD5 (xeyes+2.02.tar.gz) = ac6a86a8e73734879dbea28f1ec45564
2
SIZE (xeyes+2.01.tar.Z) = 33450
2
SIZE (xeyes+2.02.tar.gz) = 24297
(-)games/xeyesplus/files/patch-aa (-14 lines)
Lines 1-14 Link Here
1
--- Imakefile.orig	Thu May  5 16:58:34 1994
2
+++ Imakefile	Wed Nov  1 09:33:26 2000
3
@@ -4,6 +4,8 @@
4
 # gcc
5
 #CC = gcc
6
 # CFLAGS = -O2 -Wall -DXPM -DUSLEEP
7
-CFLAGS =-DXPM -I/usr/local/X11R5/include/ 
8
-CDEBUGFLAGS = 
9
-ComplexProgramTarget(xeyes+)
10
+XCOMM CFLAGS =-DXPM -I/usr/local/X11R5/include/
11
+XCOMM CDEBUGFLAGS = 
12
+DEFINES = -DXPM
13
+INCLUDES = -I$(INCDIR)/X11
14
+ComplexProgramTargetNoMan(xeyes+)
(-)games/xeyesplus/pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
Xeyes+ 2.01, horrible eyes looking at your mouse cursor.
1
Xeyes+, horrible eyes looking at your mouse cursor.
2
2
3
Usage: 
3
Usage: 
4
	xeyes+ [-root] [-wm] [-speed n] [-smooth] [-display <display>]
4
	xeyes+ [-root] [-wm] [-speed n] [-smooth] [-display <display>]

Return to bug 84402