aboutsummaryrefslogtreecommitdiffstats
path: root/games/poker-eval/Makefile
blob: 0257ac317044ed566c242e6f4d64cb8597e3bb2b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# ex:ts=8
# Ports collection Makefile for:    poker-eval
# Date created:         Dec 14, 2006
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   poker-eval
PORTVERSION=    0.133
CATEGORIES= games
MASTER_SITES=   http://download.gna.org/pokersource/sources/
DISTNAME=   ${PORTNAME}-${PORTVERSION:E}.0

MAINTAINER= ijliao@FreeBSD.org
COMMENT=    A C library to evaluate poker hands

USE_GETOPT_LONG=    yes
USE_GNOME=  gnometarget
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  MD5SUM=${MD5}
USE_GMAKE=  yes
USE_LDCONFIG=   yes

post-patch:
    @${REINPLACE_CMD} -e \
        's|{libdir}/pkgconfig|(prefix)/libdata/pkgconfig|g' \
        ${WRKSRC}/Makefile.in

test:
    @cd ${WRKSRC} && ${GMAKE} check

.include <bsd.port.mk>