diff options
author | Steven Wallace <swallace@FreeBSD.org> | 1995-01-03 08:46:26 +0000 |
---|---|---|
committer | Steven Wallace <swallace@FreeBSD.org> | 1995-01-03 08:46:26 +0000 |
commit | 89c4367f5c4f23c84863b1a7be5d436da61fd9d0 (patch) | |
tree | 7125af5109bcb06db18019ddbf89245e2ee1aa23 /games/xsol | |
parent | 51e8df4bfef2ec2c23e050cafd8e4d7a4815e505 (diff) | |
download | ports-89c4367f5c4f23c84863b1a7be5d436da61fd9d0.tar.gz ports-89c4367f5c4f23c84863b1a7be5d436da61fd9d0.zip |
Notes
Diffstat (limited to 'games/xsol')
-rw-r--r-- | games/xsol/Makefile | 15 | ||||
-rw-r--r-- | games/xsol/pkg-comment | 1 | ||||
-rw-r--r-- | games/xsol/pkg-descr | 12 | ||||
-rw-r--r-- | games/xsol/pkg-plist | 3 | ||||
-rw-r--r-- | games/xsol/scripts/pre-configure | 6 |
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 |