freebsd-ports/games/poker-eval/Makefile
Dennis Herrmann dde5af1a53 - Update to 0.138
PR:		ports/155810
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2011-03-23 17:43:16 +00:00

35 lines
677 B
Makefile

# ex:ts=8
# Ports collection Makefile for: poker-eval
# Date created: Dec 14, 2006
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= poker-eval
PORTVERSION= 0.138
CATEGORIES= games
MASTER_SITES= http://download.gna.org/pokersource/sources/
DISTNAME= ${PORTNAME}-${PORTVERSION:E}.0
MAINTAINER= ports@FreeBSD.org
COMMENT= A C library to evaluate poker hands
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
USE_GNOME= pkgconfig
USE_GMAKE= yes
USE_LDCONFIG= yes
MAKE_JOBS_SAFE= 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>