blob: 69dd017d20fb67d8db4cbb4c67fa2a55e6c29f0c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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= 1.8.2
CATEGORIES= games
MASTER_SITES= http://vipe.technion.ac.il/~shlomif/freecell-solver/ \
http://fc-solve.berlios.de/
MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
MAN6= fc-solve-board_gen.6 fc-solve.6
.include <bsd.port.mk>
|