diff options
author | obrien <obrien@FreeBSD.org> | 1998-06-25 16:04:12 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-06-25 16:04:12 +0800 |
commit | 844f2c40878ba77e4d4119473f13f6b835a69dd6 (patch) | |
tree | 0bd7d9dbbbeb3c9d7fe20b3e8df00fe75269d534 /games | |
parent | be9d1671200e576626f2c0de1469097fcb335b41 (diff) | |
download | freebsd-ports-gnome-844f2c40878ba77e4d4119473f13f6b835a69dd6.tar.gz freebsd-ports-gnome-844f2c40878ba77e4d4119473f13f6b835a69dd6.tar.zst freebsd-ports-gnome-844f2c40878ba77e4d4119473f13f6b835a69dd6.zip |
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')
-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 |