2001-02-08 18:36:29 +01:00
|
|
|
# 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
|
2003-03-26 16:35:16 +01:00
|
|
|
PORTVERSION= 2.8.6
|
2001-02-08 18:36:29 +01:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= http://vipe.technion.ac.il/~shlomif/freecell-solver/ \
|
|
|
|
http://fc-solve.berlios.de/
|
|
|
|
|
2001-09-01 17:38:19 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:32:26 +01:00
|
|
|
COMMENT= A program that automatically solves games of Freecell
|
2001-02-08 18:36:29 +01:00
|
|
|
|
2004-07-09 19:43:11 +02:00
|
|
|
USE_INC_LIBTOOL_VER=13
|
2001-09-01 17:38:19 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
2001-02-08 18:36:29 +01:00
|
|
|
|
2002-10-21 22:56:44 +02:00
|
|
|
MAN6= fc-solve-board_gen.6 fc-solve.6 \
|
|
|
|
freecell-solver-range-parallel-solve.6 \
|
|
|
|
make-aisleriot-freecell-board.6 \
|
|
|
|
make-gnome-freecell-board.6 \
|
|
|
|
make_pysol_freecell_board.py.6 \
|
2002-02-20 06:49:39 +01:00
|
|
|
pi-make-microsoft-freecell-board.6
|
2001-02-08 18:36:29 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|