From c3a4a9ce84cada260a3389a5bb84bcb70fbcca52 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sun, 10 Oct 1999 23:54:48 +0000 Subject: 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 --- games/xeji/Makefile | 24 ++++++++++++++++++++++++ games/xeji/distinfo | 1 + games/xeji/files/patch-aa | 11 +++++++++++ games/xeji/files/patch-ab | 12 ++++++++++++ games/xeji/pkg-comment | 1 + games/xeji/pkg-descr | 3 +++ games/xeji/pkg-plist | 1 + 7 files changed, 53 insertions(+) create mode 100644 games/xeji/Makefile create mode 100644 games/xeji/distinfo create mode 100644 games/xeji/files/patch-aa create mode 100644 games/xeji/files/patch-ab create mode 100644 games/xeji/pkg-comment create mode 100644 games/xeji/pkg-descr create mode 100644 games/xeji/pkg-plist (limited to 'games') diff --git a/games/xeji/Makefile b/games/xeji/Makefile new file mode 100644 index 000000000000..2b52d0b1c9b5 --- /dev/null +++ b/games/xeji/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: xeji +# Version required: 1.2 +# Date created: 10 Aug 1999 +# Whom: HIYAMA Takeshi +# +# $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 diff --git a/games/xeji/distinfo b/games/xeji/distinfo new file mode 100644 index 000000000000..89444290d50a --- /dev/null +++ b/games/xeji/distinfo @@ -0,0 +1 @@ +MD5 (xeji1.2.tar.Z) = 4c6949addbfee19a91266d5b2db55be0 diff --git a/games/xeji/files/patch-aa b/games/xeji/files/patch-aa new file mode 100644 index 000000000000..b161ba50de17 --- /dev/null +++ b/games/xeji/files/patch-aa @@ -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 + #ifdef XPM + /*#include */ +-#include ++#include + #include "eji.xpm" + #endif /* XPM */ + #include "eji.xbm" diff --git a/games/xeji/files/patch-ab b/games/xeji/files/patch-ab new file mode 100644 index 000000000000..774d360b25c1 --- /dev/null +++ b/games/xeji/files/patch-ab @@ -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) diff --git a/games/xeji/pkg-comment b/games/xeji/pkg-comment new file mode 100644 index 000000000000..3e10e490892d --- /dev/null +++ b/games/xeji/pkg-comment @@ -0,0 +1 @@ +An old man watching your mouse cursor diff --git a/games/xeji/pkg-descr b/games/xeji/pkg-descr new file mode 100644 index 000000000000..a077a7da50ab --- /dev/null +++ b/games/xeji/pkg-descr @@ -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/ diff --git a/games/xeji/pkg-plist b/games/xeji/pkg-plist new file mode 100644 index 000000000000..6fe786f66e1a --- /dev/null +++ b/games/xeji/pkg-plist @@ -0,0 +1 @@ +bin/xeji -- cgit v1.2.3