From fa4a0d80ba499fe6250e16d9d4b8697ff9d9eebb Mon Sep 17 00:00:00 2001 From: Andrew Pantyukhin Date: Thu, 4 Jan 2007 13:03:56 +0000 Subject: [PATCH] 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 --- games/Makefile | 1 + games/openyahtzee/Makefile | 28 ++++++++++++++++++++++++++++ games/openyahtzee/distinfo | 3 +++ games/openyahtzee/pkg-descr | 8 ++++++++ 4 files changed, 40 insertions(+) create mode 100644 games/openyahtzee/Makefile create mode 100644 games/openyahtzee/distinfo create mode 100644 games/openyahtzee/pkg-descr diff --git a/games/Makefile b/games/Makefile index 60ffa87c6f45..0ffeebe40ecb 100644 --- a/games/Makefile +++ b/games/Makefile @@ -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 diff --git a/games/openyahtzee/Makefile b/games/openyahtzee/Makefile new file mode 100644 index 000000000000..4a1aa25fe151 --- /dev/null +++ b/games/openyahtzee/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: openyahtzee +# Date created: 04 January 2007 +# Whom: Andrew Pantyukhin +# +# $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 diff --git a/games/openyahtzee/distinfo b/games/openyahtzee/distinfo new file mode 100644 index 000000000000..b398eb7c874d --- /dev/null +++ b/games/openyahtzee/distinfo @@ -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 diff --git a/games/openyahtzee/pkg-descr b/games/openyahtzee/pkg-descr new file mode 100644 index 000000000000..883c8460a024 --- /dev/null +++ b/games/openyahtzee/pkg-descr @@ -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