diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-06-25 08:04:12 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-06-25 08:04:12 +0000 |
commit | 54e4fd7e473f76b331a432a4d7d33075665e408f (patch) | |
tree | 9a3940fe25d33a5b10b3b3183a9d5a90ce45e9a5 /games/ishido | |
parent | Upgrade to 1.0. (diff) |
A tile game which challenges you to place tiles of six colors and six
shapes onto a 12x8 grid.
Submitted by: samorodi@nuxi.com
Diffstat (limited to 'games/ishido')
-rw-r--r-- | games/ishido/Makefile | 24 | ||||
-rw-r--r-- | games/ishido/distinfo | 1 | ||||
-rw-r--r-- | games/ishido/pkg-comment | 1 | ||||
-rw-r--r-- | games/ishido/pkg-descr | 2 | ||||
-rw-r--r-- | games/ishido/pkg-plist | 3 |
5 files changed, 31 insertions, 0 deletions
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 |