Ticket #21791: Portfile

File Portfile, 1.4 KB (added by jmrosenstock@…, 15 years ago)

poker-eval Portfile

Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2# $Id$
3
4PortSystem          1.0
5
6name                poker-eval
7version             136.0
8categories          games math
9maintainers         nomaintainer
10description         Library for poker hand evaluation, dev files
11long_description    poker-eval is a C library to evaluate poker hands. \
12                    The result of the evalution for a given hand is a number. \
13                    The general idea is that if the evalution of your hand is \
14                    lower than the evaluation of the hand of your opponent, \
15                    you lose. Many poker variants are supported (draw, \
16                    holdem, omaha, etc.) and more can be added.  \
17                    poker-eval is designed for speed so that it can be used \
18                    within poker simulation software using either exhaustive \
19                    exploration or Monte Carlo.
20
21homepage            http://gna.org/projects/pokersource/
22platforms           darwin
23master_sites        http://download.gna.org/pokersource/sources/
24
25checksums           md5 7707f88e5ff93dcdb4c14d6f1a7a825c \
26                    sha1 3a82dd7828f995b22029367b5c9aca67ac44517f \
27                    rmd160 34d692b3c603dcf83f5ba6f68b5d4343971da908
28
29configure.args      --prefix=${prefix}