diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-02-08 17:36:29 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-02-08 17:36:29 +0000 |
commit | ebe1818e2aeb3afe3775a8b5795a2eb8ffac99e1 (patch) | |
tree | 7a380a8d6edb600911de95aaa261b743300ab2c1 /games/freecell-solver | |
parent | 724ee217082bfdff36ea8185a243b4fbae4c2356 (diff) | |
download | ports-ebe1818e2aeb3afe3775a8b5795a2eb8ffac99e1.tar.gz ports-ebe1818e2aeb3afe3775a8b5795a2eb8ffac99e1.zip |
Notes
Diffstat (limited to 'games/freecell-solver')
-rw-r--r-- | games/freecell-solver/Makefile | 23 | ||||
-rw-r--r-- | games/freecell-solver/distinfo | 1 | ||||
-rw-r--r-- | games/freecell-solver/pkg-comment | 1 | ||||
-rw-r--r-- | games/freecell-solver/pkg-descr | 5 | ||||
-rw-r--r-- | games/freecell-solver/pkg-plist | 1 |
5 files changed, 31 insertions, 0 deletions
diff --git a/games/freecell-solver/Makefile b/games/freecell-solver/Makefile new file mode 100644 index 000000000000..6f43644a1288 --- /dev/null +++ b/games/freecell-solver/Makefile @@ -0,0 +1,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.4.0 +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> diff --git a/games/freecell-solver/distinfo b/games/freecell-solver/distinfo new file mode 100644 index 000000000000..14c9667cb917 --- /dev/null +++ b/games/freecell-solver/distinfo @@ -0,0 +1 @@ +MD5 (freecell-solver-1.4.0.tar.gz) = a693275abd0982f2cc874e8bf36a9f2d diff --git a/games/freecell-solver/pkg-comment b/games/freecell-solver/pkg-comment new file mode 100644 index 000000000000..1604f719e7b0 --- /dev/null +++ b/games/freecell-solver/pkg-comment @@ -0,0 +1 @@ +A program that automatically solves games of Freecell diff --git a/games/freecell-solver/pkg-descr b/games/freecell-solver/pkg-descr new file mode 100644 index 000000000000..95c60dbf0ab3 --- /dev/null +++ b/games/freecell-solver/pkg-descr @@ -0,0 +1,5 @@ +This is Freecell Solver - a program that automatically solves games +of Freecell and similar Solitaire variants such as Eight Off, +Forecell and Seahaven Towers. + +WWW: http://vipe.technion.ac.il/~shlomif/freecell-solver/ diff --git a/games/freecell-solver/pkg-plist b/games/freecell-solver/pkg-plist new file mode 100644 index 000000000000..263317a97963 --- /dev/null +++ b/games/freecell-solver/pkg-plist @@ -0,0 +1 @@ +bin/fc-solve |