Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153388392
D9110.id23797.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D9110.id23797.diff
View Options
Index: games/Makefile
===================================================================
--- games/Makefile
+++ games/Makefile
@@ -835,6 +835,7 @@
SUBDIR += railroad-rampage
SUBDIR += redeclipse
SUBDIR += redeclipse-data
+ SUBDIR += redorblack
SUBDIR += reminiscence
SUBDIR += rescue
SUBDIR += residualvm
Index: games/redorblack/Makefile
===================================================================
--- /dev/null
+++ games/redorblack/Makefile
@@ -0,0 +1,22 @@
+# Created by: buratello@easy.com
+# $FreeBSD$
+
+PORTNAME= redorblack
+PORTVERSION= 1.0
+CATEGORIES= games
+MASTER_SITES= SF/redorb/
+
+MAINTAINER= buratello@easy.com
+COMMENT= Simple card game to test fortune and probability theory
+
+LICENSE= BSD2CLAUSE
+
+PLIST_FILES= bin/redorblack
+
+do-build:
+ ${CXX} ${CXXFLAGS} -o ${WRKSRC}/redorblack ${WRKSRC}/redorblack.c
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/redorblack ${STAGEDIR}${PREFIX}/bin/
+
+.include <bsd.port.mk>
Index: games/redorblack/distinfo
===================================================================
--- /dev/null
+++ games/redorblack/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1483994840
+SHA256 (redorblack-1.0.tar.gz) = 93e4faf7efd12d98a9a595e93dd030585797b1ee6dbd28c571a0d8fc44baa23f
+SIZE (redorblack-1.0.tar.gz) = 2678
Index: games/redorblack/pkg-descr
===================================================================
--- /dev/null
+++ games/redorblack/pkg-descr
@@ -0,0 +1,3 @@
+A simple card game to test fortune and probability theory.
+
+WWW: https://sourceforge.net/projects/redorb/
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Apr 21, 9:11 PM (17 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31933506
Default Alt Text
D9110.id23797.diff (1 KB)
Attached To
Mode
D9110: add games/redorblack: a simple card game
Attached
Detach File
Event Timeline
Log In to Comment