From 54e4fd7e473f76b331a432a4d7d33075665e408f Mon Sep 17 00:00:00 2001
From: "David E. O'Brien" <obrien@FreeBSD.org>
Date: Thu, 25 Jun 1998 08:04:12 +0000
Subject: A tile game which challenges you to place tiles of six colors and six
 shapes onto a 12x8 grid.

Submitted by:	samorodi@nuxi.com
---
 games/ishido/Makefile    | 24 ++++++++++++++++++++++++
 games/ishido/distinfo    |  1 +
 games/ishido/pkg-comment |  1 +
 games/ishido/pkg-descr   |  2 ++
 games/ishido/pkg-plist   |  3 +++
 5 files changed, 31 insertions(+)
 create mode 100644 games/ishido/Makefile
 create mode 100644 games/ishido/distinfo
 create mode 100644 games/ishido/pkg-comment
 create mode 100644 games/ishido/pkg-descr
 create mode 100644 games/ishido/pkg-plist

diff --git a/games/ishido/Makefile b/games/ishido/Makefile
new file mode 100644
index 000000000000..cc23d68faf10
--- /dev/null
+++ b/games/ishido/Makefile
@@ -0,0 +1,24 @@
+# ex:ts=8
+# New ports collection makefile for:    ishido
+# Version required:     1.1
+# Date created:         Wed June 24, 1998
+# Whom:                 Steven H. Samorodin (samorodi@NUXI.com)
+#
+# $Id: Makefile,v 1.16 1998/01/14 02:40:04 obrien Exp $
+#
+
+DISTNAME=	ishido-1.1
+CATEGORIES=	games
+MASTER_SITES=	ftp://nuxi.ucdavis.edu/pub/misc/ \
+		ftp://ftp.nuxi.com/pub/misc/
+
+MAINTAINER=     samorodi@NUXI.com
+
+MAN6=		ishido.6
+
+do-install:
+	${INSTALL_MAN} ${WRKSRC}/ishido.6 ${PREFIX}/man/man6
+	${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g games -m 2511 ${WRKSRC}/ishido ${PREFIX}/bin
+	${INSTALL} ${COPY} -o ${BINOWN} -g games -m 664 ${WRKSRC}/ishido_scores  ${PREFIX}/share/misc/ishido_scores
+
+.include <bsd.port.mk>
diff --git a/games/ishido/distinfo b/games/ishido/distinfo
new file mode 100644
index 000000000000..a3309b549c72
--- /dev/null
+++ b/games/ishido/distinfo
@@ -0,0 +1 @@
+MD5 (ishido-1.1.tar.gz) = a845f35f23737059bab29c3895afe0ff
diff --git a/games/ishido/pkg-comment b/games/ishido/pkg-comment
new file mode 100644
index 000000000000..79cd16ca49ca
--- /dev/null
+++ b/games/ishido/pkg-comment
@@ -0,0 +1 @@
+Tile placement game
diff --git a/games/ishido/pkg-descr b/games/ishido/pkg-descr
new file mode 100644
index 000000000000..dc602e594b4a
--- /dev/null
+++ b/games/ishido/pkg-descr
@@ -0,0 +1,2 @@
+A tile game which challenges you to place tiles of six colors and six
+shapes onto a 12x8 grid.
diff --git a/games/ishido/pkg-plist b/games/ishido/pkg-plist
new file mode 100644
index 000000000000..a2c74a687ce8
--- /dev/null
+++ b/games/ishido/pkg-plist
@@ -0,0 +1,3 @@
+bin/ishido
+man/man6/ishido.6.gz
+share/misc/ishido_scores
-- 
cgit debian/1.2.3+git2.25.1-1-2-gaceb0