aboutsummaryrefslogtreecommitdiff
path: root/games/openyahtzee
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2007-01-04 13:03:56 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2007-01-04 13:03:56 +0000
commitfa4a0d80ba499fe6250e16d9d4b8697ff9d9eebb (patch)
tree4ea03e8170c10859f1780e92f159ad07a327282c /games/openyahtzee
parent27ce134ab93de9608c2f95ad35c3280a2567491d (diff)
downloadports-fa4a0d80ba499fe6250e16d9d4b8697ff9d9eebb.tar.gz
ports-fa4a0d80ba499fe6250e16d9d4b8697ff9d9eebb.zip
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>
Notes
Notes: svn path=/head/; revision=181405
Diffstat (limited to 'games/openyahtzee')
-rw-r--r--games/openyahtzee/Makefile28
-rw-r--r--games/openyahtzee/distinfo3
-rw-r--r--games/openyahtzee/pkg-descr8
3 files changed, 39 insertions, 0 deletions
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 <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>
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 <guy+openyahtzee@sikumuna.co.il>