freebsd-ports/games/freecell-solver/Makefile

30 lines
767 B
Makefile
Raw Normal View History

# 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= 2.8.11
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://download.berlios.de/fc-solve/
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
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
2001-09-01 17:38:19 +02:00
INSTALLS_SHLIB= yes
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
.include <bsd.port.mk>