mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Import oonsoo port. Oonsoo is a solitaire card game.
PR: 3988 Submitted by: Joel Sutton <sutton@aardvark.apana.org.au>
This commit is contained in:
parent
ede349d83d
commit
06803c0700
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7144
26
games/oonsoo/Makefile
Normal file
26
games/oonsoo/Makefile
Normal file
@ -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>
|
||||||
|
|
1
games/oonsoo/distinfo
Normal file
1
games/oonsoo/distinfo
Normal file
@ -0,0 +1 @@
|
|||||||
|
MD5 (oonsoo-1.1.tar.z) = f827df632b8f56d15a019977ece56343
|
15
games/oonsoo/files/patch-aa
Normal file
15
games/oonsoo/files/patch-aa
Normal file
@ -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
|
1
games/oonsoo/pkg-comment
Normal file
1
games/oonsoo/pkg-comment
Normal file
@ -0,0 +1 @@
|
|||||||
|
A solitaire card game for X.
|
11
games/oonsoo/pkg-descr
Normal file
11
games/oonsoo/pkg-descr
Normal file
@ -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
|
1
games/oonsoo/pkg-plist
Normal file
1
games/oonsoo/pkg-plist
Normal file
@ -0,0 +1 @@
|
|||||||
|
bin/oonsoo
|
Loading…
Reference in New Issue
Block a user