blob: ad6abb4f8a989bcb9e76f159491d34ed8778a53f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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.6.3
CATEGORIES= games
MASTER_SITES= http://vipe.technion.ac.il/~shlomif/freecell-solver/ \
http://fc-solve.berlios.de/
MAINTAINER= ijliao@FreeBSD.org
USE_GMAKE= yes
ALL_TARGET= fc-solve
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/fc-solve ${PREFIX}/bin
.include <bsd.port.mk>
|