summaryrefslogtreecommitdiff
path: root/games/xeji/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-10-10 23:54:48 +0000
committerSteve Price <steve@FreeBSD.org>1999-10-10 23:54:48 +0000
commitc3a4a9ce84cada260a3389a5bb84bcb70fbcca52 (patch)
tree209093ac55138453e40b941eeec941cc2b0270a8 /games/xeji/Makefile
parentUpdate to version 0.9.14. (diff)
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>
Notes
Notes: svn path=/head/; revision=22338
Diffstat (limited to '')
-rw-r--r--games/xeji/Makefile24
1 files changed, 24 insertions, 0 deletions
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 <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>