freebsd-ports/games/poker-eval/Makefile
Dmitry Marakasov 3cc454bfe8 - Switch to upstream versioning scheme
- Switch to USES=pathfix
- Switch to new test framework
2016-09-12 09:01:32 +00:00

21 lines
424 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= poker-eval
PORTVERSION= 138.0
CATEGORIES= games
MASTER_SITES= http://download.gna.org/pokersource/sources/
MAINTAINER= ports@FreeBSD.org
COMMENT= C library to evaluate poker hands
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
USES= gmake libtool pathfix pkgconfig
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
TEST_TARGET= check
.include <bsd.port.mk>