aboutsummaryrefslogtreecommitdiff
path: root/games/poker-eval
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-09-12 09:01:32 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-09-12 09:01:32 +0000
commit3cc454bfe8232ed05ac4c6256a77c12a3c9f607b (patch)
treee3cb57468be0bbfac49bff70ac5d97629efd246b /games/poker-eval
parent7983db8267cc723de9c86ba11f41cd56cb0ef115 (diff)
downloadports-3cc454bfe8232ed05ac4c6256a77c12a3c9f607b.tar.gz
ports-3cc454bfe8232ed05ac4c6256a77c12a3c9f607b.zip
- Switch to upstream versioning scheme
- Switch to USES=pathfix - Switch to new test framework
Notes
Notes: svn path=/head/; revision=421918
Diffstat (limited to 'games/poker-eval')
-rw-r--r--games/poker-eval/Makefile15
1 files changed, 3 insertions, 12 deletions
diff --git a/games/poker-eval/Makefile b/games/poker-eval/Makefile
index 3fb38d03a7f6..f69b21139979 100644
--- a/games/poker-eval/Makefile
+++ b/games/poker-eval/Makefile
@@ -2,11 +2,9 @@
# $FreeBSD$
PORTNAME= poker-eval
-PORTVERSION= 0.138
-PORTREVISION= 1
+PORTVERSION= 138.0
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
@@ -15,16 +13,9 @@ LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
-USES= gmake libtool pkgconfig
+USES= gmake libtool pathfix 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
+TEST_TARGET= check
.include <bsd.port.mk>