2006-12-14 16:57:52 +01:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection Makefile for: poker-eval
|
|
|
|
# Date created: Dec 14, 2006
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= poker-eval
|
2011-03-23 18:43:16 +01:00
|
|
|
PORTVERSION= 0.138
|
2006-12-14 16:57:52 +01:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= http://download.gna.org/pokersource/sources/
|
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:E}.0
|
|
|
|
|
2009-05-01 16:01:47 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2006-12-14 16:57:52 +01:00
|
|
|
COMMENT= A C library to evaluate poker hands
|
|
|
|
|
2011-03-23 18:43:16 +01:00
|
|
|
LICENSE= GPLv3
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
2012-07-23 01:23:59 +02:00
|
|
|
BUILD_DEPENDS= pkg-config>0:${PORTSDIR}/devel/pkg-config
|
|
|
|
|
2006-12-14 16:57:52 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_LDCONFIG= yes
|
2011-03-23 18:43:16 +01:00
|
|
|
MAKE_JOBS_SAFE= yes
|
2006-12-14 16:57:52 +01:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
's|{libdir}/pkgconfig|(prefix)/libdata/pkgconfig|g' \
|
|
|
|
${WRKSRC}/Makefile.in
|
|
|
|
|
|
|
|
test:
|
|
|
|
@cd ${WRKSRC} && ${GMAKE} check
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|