diff options
author | asami <asami@FreeBSD.org> | 1995-10-03 19:32:54 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-10-03 19:32:54 +0800 |
commit | 562027c1ed457b3c183af485d4e0200c9c2c245d (patch) | |
tree | ee0fa6a50df6a5f0d9033558bb4500f5aac8bb9e /games/spider | |
parent | 4cc093604c6b1c045d1f3d151c3f9710321aa787 (diff) | |
download | freebsd-ports-graphics-562027c1ed457b3c183af485d4e0200c9c2c245d.tar.gz freebsd-ports-graphics-562027c1ed457b3c183af485d4e0200c9c2c245d.tar.zst freebsd-ports-graphics-562027c1ed457b3c183af485d4e0200c9c2c245d.zip |
Spider, a double-decked solitaire game. Gosh, I forgot who I got this
from. Anyone remember? ;)
Diffstat (limited to 'games/spider')
-rw-r--r-- | games/spider/Makefile | 19 | ||||
-rw-r--r-- | games/spider/distinfo | 1 | ||||
-rw-r--r-- | games/spider/pkg-comment | 1 | ||||
-rw-r--r-- | games/spider/pkg-descr | 5 | ||||
-rw-r--r-- | games/spider/pkg-plist | 9 |
5 files changed, 35 insertions, 0 deletions
diff --git a/games/spider/Makefile b/games/spider/Makefile new file mode 100644 index 00000000000..7d10b69d54b --- /dev/null +++ b/games/spider/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: spidel +# Version required: 1.1 +# Date created: 2 Oct 1995 +# Whom: ? +# +# $Id: Makefile,v 1.1.1.1 1995/07/19 00:31:03 jkh Exp $ +# + +DISTNAME= spider +PKGNAME= spider-1.1 +CATEGORIES+= games +MASTER_SITES= ftp://ftp.uni-koeln.de/windows/xcontrib/ + +MAINTAINER= asami@FreeBSD.ORG + +USE_IMAKE= yes +INSTALL_TARGET= install install.doc + +.include <bsd.port.mk> diff --git a/games/spider/distinfo b/games/spider/distinfo new file mode 100644 index 00000000000..127781d749a --- /dev/null +++ b/games/spider/distinfo @@ -0,0 +1 @@ +MD5 (spider.tar.gz) = bd0fa431f4dd9560c6eab3042327e957 diff --git a/games/spider/pkg-comment b/games/spider/pkg-comment new file mode 100644 index 00000000000..915fedb1b27 --- /dev/null +++ b/games/spider/pkg-comment @@ -0,0 +1 @@ +Spider is a challenging double decked solitaire game. diff --git a/games/spider/pkg-descr b/games/spider/pkg-descr new file mode 100644 index 00000000000..97e84358675 --- /dev/null +++ b/games/spider/pkg-descr @@ -0,0 +1,5 @@ +Spider is a challenging double decked solitaire game. Unlike most +soilitaire games, skill is just as important as luck. + +The X11 version of spider is based on the NeWS version by Don Woods, +and uses the same save file format and card images. diff --git a/games/spider/pkg-plist b/games/spider/pkg-plist new file mode 100644 index 00000000000..6cee751a953 --- /dev/null +++ b/games/spider/pkg-plist @@ -0,0 +1,9 @@ +bin/spider +man/man1/spider.1.gz +@exec mkdir %D/lib/X11/spider +lib/X11/spider/doc.controls +lib/X11/spider/doc.intro +lib/X11/spider/doc.rules +lib/X11/spider/doc.examples +lib/X11/spider/doc.misc +lib/X11/spider/doc.summary |