From 89c4367f5c4f23c84863b1a7be5d436da61fd9d0 Mon Sep 17 00:00:00 2001 From: Steven Wallace Date: Tue, 3 Jan 1995 08:46:26 +0000 Subject: X Solitare - a must for people at work with nothing to do --- games/xsol/Makefile | 15 +++++++++++++++ games/xsol/pkg-comment | 1 + games/xsol/pkg-descr | 12 ++++++++++++ games/xsol/pkg-plist | 3 +++ games/xsol/scripts/pre-configure | 6 ++++++ 5 files changed, 37 insertions(+) create mode 100644 games/xsol/Makefile create mode 100644 games/xsol/pkg-comment create mode 100644 games/xsol/pkg-descr create mode 100644 games/xsol/pkg-plist create mode 100644 games/xsol/scripts/pre-configure (limited to 'games/xsol') 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 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 -- cgit v1.2.3