add freecell-solver, a program that automatically solves games of Freecell
This commit is contained in:
parent
724ee21708
commit
ebe1818e2a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38120
@ -58,6 +58,7 @@
|
||||
SUBDIR += fkiss
|
||||
SUBDIR += flightgear
|
||||
SUBDIR += flying
|
||||
SUBDIR += freecell-solver
|
||||
SUBDIR += freeciv
|
||||
SUBDIR += freeciv-gtk
|
||||
SUBDIR += freesweep
|
||||
|
23
games/freecell-solver/Makefile
Normal file
23
games/freecell-solver/Makefile
Normal 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>
|
1
games/freecell-solver/distinfo
Normal file
1
games/freecell-solver/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (freecell-solver-1.4.0.tar.gz) = a693275abd0982f2cc874e8bf36a9f2d
|
1
games/freecell-solver/pkg-comment
Normal file
1
games/freecell-solver/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A program that automatically solves games of Freecell
|
5
games/freecell-solver/pkg-descr
Normal file
5
games/freecell-solver/pkg-descr
Normal 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/
|
1
games/freecell-solver/pkg-plist
Normal file
1
games/freecell-solver/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/fc-solve
|
Loading…
Reference in New Issue
Block a user