X Solitare - a must for people at work with nothing to do

This commit is contained in:
Steven Wallace 1995-01-03 08:46:26 +00:00
parent 51e8df4bfe
commit 89c4367f5c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=668
5 changed files with 37 additions and 0 deletions

15
games/xsol/Makefile Normal file
View file

@ -0,0 +1,15 @@
# New ports collection makefile for: xsol
# Version required: 2.1.1
# Date created: 2 Jan 1995
# Whom: swallace
#
# $Id: Makefile,v 1.3 1994/12/31 04:17:52 swallace Exp $
#
DISTNAME= xsol-new
MASTER_SITES= ftp://iraun1.ira.uka.de/pub/x11/games/
EXTRACT_SUFX= .tar.Z
USE_IMAKE= yes
INSTALL_MANPAGES= yes
.include <bsd.port.mk>

1
games/xsol/pkg-comment Normal file
View file

@ -0,0 +1 @@
xsol - solitare

12
games/xsol/pkg-descr Normal file
View file

@ -0,0 +1,12 @@
xtetris 2.5.2
xsol plays a solitaire game simliar to Klondike. The playing field is
made up of seven slots, where stacks are built in descending value with
alternating suits. Aces are built on at the top, and ascending order in the
same suit. Kings can be moved to any empty space in the play- ing field.
The deck is gone through only once, card by card.
The cards are moved using the Left mouse button (Button1).
Pressing the button selects the card, and it (and any cards on it)
can then by dragged to its destination, where releasing will place them.
The deck cards are selected by clicking on them.

3
games/xsol/pkg-plist Normal file
View file

@ -0,0 +1,3 @@
@cwd /usr/X11R6
bin/xsol
man/man6/xsol.6.gz

View file

@ -0,0 +1,6 @@
#!/bin/sh
#echo "LOCAL=$PREFIX" >${WRKSRC}/Imakefile || exit 1;
echo "MANSUFFIX=6" >>${WRKSRC}/Imakefile || exit 1
exit 0