diff options
author | swallace <swallace@FreeBSD.org> | 1995-01-03 16:46:26 +0800 |
---|---|---|
committer | swallace <swallace@FreeBSD.org> | 1995-01-03 16:46:26 +0800 |
commit | 18006fc4acb9839ddc0a974ef5fde73a912f535c (patch) | |
tree | cc62e74c189cd4cc9ace5c4fc7c490cf6636d088 /games | |
parent | 6e896fea41e69e65002e95a600e49d75c23c530a (diff) | |
download | freebsd-ports-gnome-18006fc4acb9839ddc0a974ef5fde73a912f535c.tar.gz freebsd-ports-gnome-18006fc4acb9839ddc0a974ef5fde73a912f535c.tar.zst freebsd-ports-gnome-18006fc4acb9839ddc0a974ef5fde73a912f535c.zip |
X Solitare - a must for people at work with nothing to do
Diffstat (limited to 'games')
-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 |