xsol port

This commit is contained in:
angelos 1998-05-20 02:15:52 +00:00
parent 855bc3141e
commit b9cf2c67e7
6 changed files with 40 additions and 0 deletions

18
games/xsol/Makefile Normal file
View File

@ -0,0 +1,18 @@
# OpenBSD makefile for: xsol
# Version required: 2.1.1
# Date created: May 19 1998
# Whom: Angelos D. Keromytis
#
# $OpenBSD: Makefile,v 1.1.1.1 1998/05/20 02:15:52 angelos Exp $
#
DISTNAME= xsol-new
PKGNAME= xsol-2.1.1
CATEGORIES= games
MASTER_SITES= ftp://iraun1.ira.uka.de/pub/x11/games/
MAINTAINER= angelos@openbsd.org
USE_IMAKE= yes
.include <bsd.port.mk>

1
games/xsol/files/md5 Normal file
View File

@ -0,0 +1 @@
MD5 (xsol-new.tar.gz) = c91799c9595308b4c50103425e241451

1
games/xsol/pkg/COMMENT Normal file
View File

@ -0,0 +1 @@
Solitaire.

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.

2
games/xsol/pkg/PLIST Normal file
View File

@ -0,0 +1,2 @@
bin/xsol
man/man6/xsol.6

View File

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