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/Makefile | |
parent | 7da2230176e77c4e68621a3b0a6d14c30dcb6e1b (diff) | |
download | ports-54e4fd7e473f76b331a432a4d7d33075665e408f.tar.gz ports-54e4fd7e473f76b331a432a4d7d33075665e408f.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
Notes
Notes:
svn path=/head/; revision=11523
Diffstat (limited to 'games/ishido/Makefile')
-rw-r--r-- | games/ishido/Makefile | 24 |
1 files changed, 24 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> |