Initial import of xeji version 1.2.

An xeyes-like game except with an old man watching you mouse cursor.

PR:		14244
Submitted by:	HIYAMA Takeshi <th@cis.ibaraki.ac.jp>
This commit is contained in:
Steve Price 1999-10-10 23:54:48 +00:00
parent 40e15bcd90
commit c3a4a9ce84
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22338
7 changed files with 53 additions and 0 deletions

24
games/xeji/Makefile Normal file
View File

@ -0,0 +1,24 @@
# New ports collection makefile for: xeji
# Version required: 1.2
# Date created: 10 Aug 1999
# Whom: HIYAMA Takeshi <th@cis.ibaraki.ac.jp>
#
# $FreeBSD$
#
DISTNAME= xeji1.2
PKGNAME= xeji-1.2
CATEGORIES= games
MASTER_SITES= http://yindy1.aist-nara.ac.jp/~tetu-s/sofken/software/
EXTRACT_SUFX= .tar.Z
MAINTAINER= th@cis.ibaraki.ac.jp
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_IMAKE= yes
NO_INSTALL_MANPAGES= yes
WRKSRC= ${WRKDIR}/xeji
.include <bsd.port.mk>

1
games/xeji/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (xeji1.2.tar.Z) = 4c6949addbfee19a91266d5b2db55be0

11
games/xeji/files/patch-aa Normal file
View File

@ -0,0 +1,11 @@
--- xeji.c.orig Sun May 15 01:31:32 1994
+++ xeji.c Sun Oct 10 14:55:59 1999
@@ -10,7 +10,7 @@
#include <X11/extensions/shape.h>
#ifdef XPM
/*#include <X11/xpm.h>*/
-#include </usr/local/X11R5/include/xpm.h>
+#include <X11/xpm.h>
#include "eji.xpm"
#endif /* XPM */
#include "eji.xbm"

12
games/xeji/files/patch-ab Normal file
View File

@ -0,0 +1,12 @@
--- Imakefile.orig Sun Oct 10 14:55:09 1999
+++ Imakefile Sun Oct 10 14:55:29 1999
@@ -1,7 +1,7 @@
LOCAL_LIBRARIES = -lXpm -lXext -lX11 -lm
SRCS = xeji.c
OBJS = xeji.o
-CC = gcc
-CFLAGS = -O2 -DXPM
+CC ?= gcc
+CFLAGS += -O2 -DXPM
CDEBUGFLAGS =
ComplexProgramTarget(xeji)

1
games/xeji/pkg-comment Normal file
View File

@ -0,0 +1 @@
An old man watching your mouse cursor

3
games/xeji/pkg-descr Normal file
View File

@ -0,0 +1,3 @@
Similar to xeyes except an old man watches your mouse cursor.
WWW: http://yokoya.aist-nara.ac.jp/~tetu-s/sofken96/

1
games/xeji/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/xeji