summaryrefslogtreecommitdiff
path: root/games/xsol
diff options
context:
space:
mode:
authorSteven Wallace <swallace@FreeBSD.org>1995-01-03 08:46:26 +0000
committerSteven Wallace <swallace@FreeBSD.org>1995-01-03 08:46:26 +0000
commit89c4367f5c4f23c84863b1a7be5d436da61fd9d0 (patch)
tree7125af5109bcb06db18019ddbf89245e2ee1aa23 /games/xsol
parentxboard 3.2 (diff)
X Solitare - a must for people at work with nothing to do
Notes
Notes: svn path=/head/; revision=668
Diffstat (limited to 'games/xsol')
-rw-r--r--games/xsol/Makefile15
-rw-r--r--games/xsol/pkg-comment1
-rw-r--r--games/xsol/pkg-descr12
-rw-r--r--games/xsol/pkg-plist3
-rw-r--r--games/xsol/scripts/pre-configure6
5 files changed, 37 insertions, 0 deletions
diff --git a/games/xsol/Makefile b/games/xsol/Makefile
new file mode 100644
index 000000000000..951627b5bd94
--- /dev/null
+++ b/games/xsol/Makefile
@@ -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>
diff --git a/games/xsol/pkg-comment b/games/xsol/pkg-comment
new file mode 100644
index 000000000000..55569d5abcd3
--- /dev/null
+++ b/games/xsol/pkg-comment
@@ -0,0 +1 @@
+xsol - solitare
diff --git a/games/xsol/pkg-descr b/games/xsol/pkg-descr
new file mode 100644
index 000000000000..01eb0d04d9f1
--- /dev/null
+++ b/games/xsol/pkg-descr
@@ -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.
diff --git a/games/xsol/pkg-plist b/games/xsol/pkg-plist
new file mode 100644
index 000000000000..baef3aab2e4e
--- /dev/null
+++ b/games/xsol/pkg-plist
@@ -0,0 +1,3 @@
+@cwd /usr/X11R6
+bin/xsol
+man/man6/xsol.6.gz
diff --git a/games/xsol/scripts/pre-configure b/games/xsol/scripts/pre-configure
new file mode 100644
index 000000000000..2f6d3678ddfe
--- /dev/null
+++ b/games/xsol/scripts/pre-configure
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+#echo "LOCAL=$PREFIX" >${WRKSRC}/Imakefile || exit 1;
+echo "MANSUFFIX=6" >>${WRKSRC}/Imakefile || exit 1
+
+exit 0