aboutsummaryrefslogtreecommitdiff
path: root/games/openyahtzee/Makefile
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2008-02-04 22:28:06 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2008-02-04 22:28:06 +0000
commit100c9bf6e7362acd10aac54f8e702bda32080446 (patch)
tree4baed66ea69b291912389c9971af920c01596564 /games/openyahtzee/Makefile
parentd89c63e3b4c838478d2a33c78c1713c3629aea04 (diff)
downloadports-100c9bf6e7362acd10aac54f8e702bda32080446.tar.gz
ports-100c9bf6e7362acd10aac54f8e702bda32080446.zip
- Update to 1.8.1
Notes
Notes: svn path=/head/; revision=206735
Diffstat (limited to 'games/openyahtzee/Makefile')
-rw-r--r--games/openyahtzee/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/games/openyahtzee/Makefile b/games/openyahtzee/Makefile
index dc2b7feb82a6..1d052bdde188 100644
--- a/games/openyahtzee/Makefile
+++ b/games/openyahtzee/Makefile
@@ -5,9 +5,8 @@
# $FreeBSD$
#
-PORTNAME= OpenYahtzee
-PORTVERSION= 1.7
-PORTREVISION= 1
+PORTNAME= openyahtzee
+PORTVERSION= 1.8.1
CATEGORIES= games
MASTER_SITES= SF
@@ -17,14 +16,13 @@ COMMENT= Full-featured classic dice game Yahtzee
GNU_CONFIGURE= yes
USE_WX= yes
USE_SQLITE= yes
-WRKSRC= ${WRKDIR}/${PORTNAME}
CPPFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" MISSING="${TRUE} "
-PLIST_FILES= bin/${PORTNAME:L}
post-patch:
- @${REINPLACE_CMD} -e 's|wx-config|${WX_CONFIG}|' ${WRKSRC}/Makefile.in ${WRKSRC}/src/Makefile.in
+ @${REINPLACE_CMD} -e 's|wx-config|${WX_CONFIG}|' ${WRKSRC}/Makefile.in\
+ ${WRKSRC}/src/Makefile.in
# @${REINPLACE_CMD} -e '/am_missing_run=/s|=.*|="${TRUE} "|' ${WRKSRC}/configure
.include <bsd.port.mk>