1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Open Yhatzee is an open-source (free) version of the classic dice game

Yahtzee. Open Yahtzee is built to be OS portable, that means you can run
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>
This commit is contained in:
Andrew Pantyukhin 2007-01-04 13:03:56 +00:00
parent 27ce134ab9
commit fa4a0d80ba
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=181405
4 changed files with 40 additions and 0 deletions

View File

@ -505,6 +505,7 @@
SUBDIR += openglad
SUBDIR += openmortal
SUBDIR += openttd
SUBDIR += openyahtzee
SUBDIR += orbital_eunuchs_sniper
SUBDIR += p5-Algorithm-Pair-Best
SUBDIR += p5-Algorithm-Pair-Swiss

View File

@ -0,0 +1,28 @@
# New ports collection makefile for: openyahtzee
# Date created: 04 January 2007
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= OpenYahtzee
PORTVERSION= 1.5.1
CATEGORIES= games
MASTER_SITES= SF
MAINTAINER= infofarmer@FreeBSD.org
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}"
PLIST_FILES= bin/${PORTNAME:L}
post-patch:
@${REINPLACE_CMD} -e 's|wx-config|${WX_CONFIG}|' ${WRKSRC}/Makefile.in ${WRKSRC}/src/Makefile.in
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (OpenYahtzee-1.5.1.tar.gz) = 5bdbaafeb1722f56eb4dd8d2f46b38f6
SHA256 (OpenYahtzee-1.5.1.tar.gz) = 4803b4a9aff5647ddb897184c7916c33bbbb3bd158a77c905fde60b93fad4402
SIZE (OpenYahtzee-1.5.1.tar.gz) = 691680

View File

@ -0,0 +1,8 @@
Open Yhatzee is an open-source (free) version of the classic dice game
Yahtzee. Open Yahtzee is built to be OS portable, that means you can run
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>