1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/games/poker-eval/Makefile
Danilo Egea Gondolfo 521d90b8ee - Convert USE_GMAKE to USES
- Add stage support
2013-11-05 01:08:11 +00:00

29 lines
556 B
Makefile

# 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
MAINTAINER= ports@FreeBSD.org
COMMENT= C library to evaluate poker hands
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
USES= gmake pkgconfig
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>