3f651573ad
Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
28 lines
732 B
Makefile
28 lines
732 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.6
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://vipe.technion.ac.il/~shlomif/freecell-solver/ \
|
|
http://fc-solve.berlios.de/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A program that automatically solves games of Freecell
|
|
|
|
USE_LIBTOOL_VER=13
|
|
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 \
|
|
pi-make-microsoft-freecell-board.6
|
|
|
|
.include <bsd.port.mk>
|