add freecell-solver, a program that automatically solves games of Freecell

This commit is contained in:
Ying-Chieh Liao 2001-02-08 17:36:29 +00:00
parent 724ee21708
commit ebe1818e2a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38120
6 changed files with 32 additions and 0 deletions

View File

@ -58,6 +58,7 @@
SUBDIR += fkiss
SUBDIR += flightgear
SUBDIR += flying
SUBDIR += freecell-solver
SUBDIR += freeciv
SUBDIR += freeciv-gtk
SUBDIR += freesweep

View File

@ -0,0 +1,23 @@
# ex:ts=8
# New ports collection makefile for: freecell-solver
# Date created: Fab 9, 2001
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= freecell-solver
PORTVERSION= 1.4.0
CATEGORIES= games
MASTER_SITES= http://vipe.technion.ac.il/~shlomif/freecell-solver/ \
http://fc-solve.berlios.de/
MAINTAINER= ijliao@FreeBSD.org
USE_GMAKE= yes
ALL_TARGET= fc-solve
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/fc-solve ${PREFIX}/bin
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (freecell-solver-1.4.0.tar.gz) = a693275abd0982f2cc874e8bf36a9f2d

View File

@ -0,0 +1 @@
A program that automatically solves games of Freecell

View File

@ -0,0 +1,5 @@
This is Freecell Solver - a program that automatically solves games
of Freecell and similar Solitaire variants such as Eight Off,
Forecell and Seahaven Towers.
WWW: http://vipe.technion.ac.il/~shlomif/freecell-solver/

View File

@ -0,0 +1 @@
bin/fc-solve