summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1997-06-30 11:42:18 +0000
committerThomas Gellekum <tg@FreeBSD.org>1997-06-30 11:42:18 +0000
commit06803c07007351332dd2ae83779a454b74abf8c3 (patch)
tree6d6ed62f7e30932e8705d3930fdd0572118eb9ea /games
parentSome small changes including the maintainer's e-mail address. (diff)
Import oonsoo port. Oonsoo is a solitaire card game.
PR: 3988 Submitted by: Joel Sutton <sutton@aardvark.apana.org.au>
Notes
Notes: svn path=/head/; revision=7144
Diffstat (limited to 'games')
-rw-r--r--games/oonsoo/Makefile26
-rw-r--r--games/oonsoo/distinfo1
-rw-r--r--games/oonsoo/files/patch-aa15
-rw-r--r--games/oonsoo/pkg-comment1
-rw-r--r--games/oonsoo/pkg-descr11
-rw-r--r--games/oonsoo/pkg-plist1
6 files changed, 55 insertions, 0 deletions
diff --git a/games/oonsoo/Makefile b/games/oonsoo/Makefile
new file mode 100644
index 000000000000..10f573e69e82
--- /dev/null
+++ b/games/oonsoo/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: oonsoo
+# Version required: 1.1
+# Date created: 23rd June, 1997
+# Whom: Joel Sutton <sutton@aardvark.apana.org.au>
+# FreeBSD Version: 2.2.1-RELEASE
+#
+# $Id$
+#
+
+DISTNAME= oonsoo-1.1
+CATEGORIES= games
+MASTER_SITES= ftp://ftp.eos.ncsu.edu/pub/bsvc/rohan/
+EXTRACT_SUFX= ".tar.z"
+
+MAINTAINER= sutton@aardvark.apana.org.au
+
+pre-patch:
+ ${CP} ${WRKSRC}/Makefile.Linux ${WRKSRC}/Makefile
+
+# Distribution does not include an install target. So here it is.
+#
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/oonsoo ${PREFIX}/bin/
+
+.include <bsd.port.mk>
+
diff --git a/games/oonsoo/distinfo b/games/oonsoo/distinfo
new file mode 100644
index 000000000000..e55055240305
--- /dev/null
+++ b/games/oonsoo/distinfo
@@ -0,0 +1 @@
+MD5 (oonsoo-1.1.tar.z) = f827df632b8f56d15a019977ece56343
diff --git a/games/oonsoo/files/patch-aa b/games/oonsoo/files/patch-aa
new file mode 100644
index 000000000000..f2c6bcfe823c
--- /dev/null
+++ b/games/oonsoo/files/patch-aa
@@ -0,0 +1,15 @@
+--- Makefile.orig Sat Jan 6 16:14:07 1996
++++ Makefile Mon Jun 23 21:43:36 1997
+@@ -12,10 +12,10 @@
+ CPPFLAGS=-O -ansi
+
+ ## System Includes
+-SYS_INCLUDES =
++SYS_INCLUDE= -I/usr/X11R6/include
+
+ ## System Libraries
+-SYS_LIBS = -L/usr/X11/lib -lX11
++SYS_LIBS = -L/usr/X11R6/lib -lX11
+
+ ## Archiver
+ AR=ar
diff --git a/games/oonsoo/pkg-comment b/games/oonsoo/pkg-comment
new file mode 100644
index 000000000000..612b2bd76307
--- /dev/null
+++ b/games/oonsoo/pkg-comment
@@ -0,0 +1 @@
+A solitaire card game for X.
diff --git a/games/oonsoo/pkg-descr b/games/oonsoo/pkg-descr
new file mode 100644
index 000000000000..95037b1e7bf4
--- /dev/null
+++ b/games/oonsoo/pkg-descr
@@ -0,0 +1,11 @@
+The goal of the game is to arrange twelve suits of cards, in order,
+onto twelve playing decks. When the game starts, one card face down
+and one card face up is dealt to each of the playing decks.
+
+This game is a little harder than most because a different deck of
+cards is used. Sounds effects are also built in.
+
+Share and enjoy,
+
+Joel...
+sutton@aardvark.apana.org.au
diff --git a/games/oonsoo/pkg-plist b/games/oonsoo/pkg-plist
new file mode 100644
index 000000000000..0922b405d663
--- /dev/null
+++ b/games/oonsoo/pkg-plist
@@ -0,0 +1 @@
+bin/oonsoo