diff options
author | miwi <miwi@FreeBSD.org> | 2009-10-20 17:40:30 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-10-20 17:40:30 +0800 |
commit | cad64901bf70f6473d187b45151e735c1cfc9297 (patch) | |
tree | 6583c904799e82a8ad6537522948d42079425bf4 /games | |
parent | 3efd4e00be3ed14d2f5eb1172e0a35fb1d61a676 (diff) | |
download | freebsd-ports-gnome-cad64901bf70f6473d187b45151e735c1cfc9297.tar.gz freebsd-ports-gnome-cad64901bf70f6473d187b45151e735c1cfc9297.tar.zst freebsd-ports-gnome-cad64901bf70f6473d187b45151e735c1cfc9297.zip |
- Update to 1.9
PR: 139764
Submitted by: Ports Fury
Diffstat (limited to 'games')
-rw-r--r-- | games/openyahtzee/Makefile | 16 | ||||
-rw-r--r-- | games/openyahtzee/distinfo | 6 | ||||
-rw-r--r-- | games/openyahtzee/pkg-descr | 3 |
3 files changed, 10 insertions, 15 deletions
diff --git a/games/openyahtzee/Makefile b/games/openyahtzee/Makefile index a83fe2e5b1d9..97b257052692 100644 --- a/games/openyahtzee/Makefile +++ b/games/openyahtzee/Makefile @@ -6,24 +6,20 @@ # PORTNAME= openyahtzee -PORTVERSION= 1.8.1 -PORTREVISION= 2 +PORTVERSION= 1.9 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Open%20Yahtzee/Open%20Yahtzee%20${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Full-featured classic dice game Yahtzee +USE_BZIP2= yes +USE_WX= 2.8+ +WX_CONF_ARGS= absolute GNU_CONFIGURE= yes -USE_WX= yes -USE_SQLITE= yes +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" + CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" MISSING="${TRUE} " - -post-patch: - @${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> diff --git a/games/openyahtzee/distinfo b/games/openyahtzee/distinfo index 5ba09f9cc91f..bfe3238bf823 100644 --- a/games/openyahtzee/distinfo +++ b/games/openyahtzee/distinfo @@ -1,3 +1,3 @@ -MD5 (openyahtzee-1.8.1.tar.gz) = d5dbdbd28f30e312068ace6550f04358 -SHA256 (openyahtzee-1.8.1.tar.gz) = e4554611ec1ed057309ba95d838e1498673df97f337ab84ee8f31535231ecb15 -SIZE (openyahtzee-1.8.1.tar.gz) = 382141 +MD5 (openyahtzee-1.9.tar.bz2) = c29ad118d58c283e3163ce219ee12ff9 +SHA256 (openyahtzee-1.9.tar.bz2) = 9d923dc14906aed39d9fa9d9c40eaa2d977d2d8aadae85836e7412712c93d8e1 +SIZE (openyahtzee-1.9.tar.bz2) = 850969 diff --git a/games/openyahtzee/pkg-descr b/games/openyahtzee/pkg-descr index 883c8460a024..6fddb9a91531 100644 --- a/games/openyahtzee/pkg-descr +++ b/games/openyahtzee/pkg-descr @@ -4,5 +4,4 @@ it on many kinds of different operating systems and platforms. The portability is mainly achived via wxWidgets which also gives Open Yahtzee a native look on each platform. -WWW: http://openyahtzee.sourceforge.net/ -Author: Guy Rutenberg <guy+openyahtzee@sikumuna.co.il> +WWW: http://www.openyahtzee.org/ |