freebsd-ports/games/poker-eval/Makefile

30 lines
567 B
Makefile
Raw Normal View History

2013-04-23 12:47:02 +02:00
# Created by: ijliao
# $FreeBSD$
PORTNAME= poker-eval
PORTVERSION= 0.138
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
COMMENT= A C library to evaluate poker hands
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
2013-04-23 12:47:02 +02:00
USES= pkgconfig
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>