1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/games/poker-eval/Makefile
Dmitry Marakasov b8c5518dcd - Switch to USES=libtool, drop .la files
- Strip libraries
- Pass maintainership to games@
2014-08-04 15:28:18 +00:00

31 lines
613 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= poker-eval
PORTVERSION= 0.138
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://download.gna.org/pokersource/sources/
DISTNAME= ${PORTNAME}-${PORTVERSION:E}.0
MAINTAINER= games@FreeBSD.org
COMMENT= C library to evaluate poker hands
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
USES= gmake libtool pkgconfig
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
post-patch:
@${REINPLACE_CMD} -e \
's|{libdir}/pkgconfig|(prefix)/libdata/pkgconfig|g' \
${WRKSRC}/Makefile.in
test:
@cd ${WRKSRC} && ${MAKE_CMD} check
.include <bsd.port.mk>