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-04-04 09:54:38 +02:00
|
|
|
PORTVERSION= 2.8.10
|
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
|
|
|
|
2005-04-04 09:54:38 +02:00
|
|
|
USE_REINPLACE= yes
|
|
|
|
USE_LIBTOOL_VER= 15
|
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
|
|
|
|
2005-04-04 09:54:38 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e '/<malloc\.h>/d' ${WRKSRC}/alloc.c
|
|
|
|
|
2001-02-08 18:36:29 +01:00
|
|
|
.include <bsd.port.mk>
|