31 lines
737 B
Makefile
31 lines
737 B
Makefile
# 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.14
|
|
PORTREVISION= 0
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_BERLIOS}
|
|
MASTER_SITE_SUBDIR= fc-solve
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A program that automatically solves games of Freecell
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= gnometarget
|
|
USE_LDCONFIG= 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 \
|
|
pi-make-microsoft-freecell-board.6
|
|
|
|
.include <bsd.port.mk>
|