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
|
2005-10-29 20:53:10 +02:00
|
|
|
PORTVERSION= 2.8.11
|
2006-02-23 11:40:44 +01:00
|
|
|
PORTREVISION= 1
|
2001-02-08 18:36:29 +01:00
|
|
|
CATEGORIES= games
|
2005-10-29 20:53:10 +02:00
|
|
|
MASTER_SITES= http://download.berlios.de/fc-solve/
|
2001-02-08 18:36:29 +01:00
|
|
|
|
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
|
|
|
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2005-04-12 05:26:56 +02:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
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>
|