diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-09-12 17:01:32 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-09-12 17:01:32 +0800 |
commit | 5464f6e18f16490190e612459b5ab5be917735fa (patch) | |
tree | e3cb57468be0bbfac49bff70ac5d97629efd246b /games | |
parent | dbf45927a9ba7df38fe431881e0db6d759544475 (diff) | |
download | freebsd-ports-gnome-5464f6e18f16490190e612459b5ab5be917735fa.tar.gz freebsd-ports-gnome-5464f6e18f16490190e612459b5ab5be917735fa.tar.zst freebsd-ports-gnome-5464f6e18f16490190e612459b5ab5be917735fa.zip |
- Switch to upstream versioning scheme
- Switch to USES=pathfix
- Switch to new test framework
Diffstat (limited to 'games')
-rw-r--r-- | games/poker-eval/Makefile | 15 |
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> |