update to 1.2
PR: 16933 Submitted by: maintainer
This commit is contained in:
parent
ad9065f5eb
commit
6303c72279
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=27248
@ -1,15 +1,15 @@
|
||||
# New ports collection makefile for: oonsoo
|
||||
# Version required: 1.1
|
||||
# New ports collection makefile for: oonsoo
|
||||
# Version required: 1.2
|
||||
# Date created: 23rd June, 1997
|
||||
# Whom: Joel Sutton <jsutton@bbcon.com.au>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= oonsoo-1.1
|
||||
DISTNAME= oonsoo-1.2
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= ftp://ftp.eos.ncsu.edu/pub/bsvc/rohan/
|
||||
EXTRACT_SUFX= .tar.z
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= jsutton@bbcon.com.au
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (oonsoo-1.1.tar.z) = f827df632b8f56d15a019977ece56343
|
||||
MD5 (oonsoo-1.2.tgz) = 0c6ab323099d01be9b8bb4026754a85c
|
||||
|
@ -1,15 +1,11 @@
|
||||
--- Makefile.orig Sat Jan 6 16:14:07 1996
|
||||
+++ Makefile Mon Jun 23 21:43:36 1997
|
||||
@@ -12,10 +12,10 @@
|
||||
--- Makefile.orig Thu Feb 24 03:02:50 2000
|
||||
+++ Makefile Thu Feb 24 03:03:06 2000
|
||||
@@ -12,7 +12,7 @@
|
||||
CPPFLAGS=-O -ansi
|
||||
|
||||
## System Includes
|
||||
-SYS_INCLUDES =
|
||||
+SYS_INCLUDE= -I/usr/X11R6/include
|
||||
+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
|
||||
SYS_LIBS = -L/usr/X11R6/lib -lX11
|
||||
|
@ -3,7 +3,10 @@ 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.
|
||||
cards is used. Sounds effects are also built in. Check out the
|
||||
following URL for more information:
|
||||
|
||||
http://www4.ncsu.edu/~bwmott/www/oonsoo/
|
||||
|
||||
Share and enjoy,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user