Newport, blue:
A Blue Moon card solitaire PR: 3921 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
This commit is contained in:
parent
f1a85f6e88
commit
932839e220
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7173
6 changed files with 50 additions and 0 deletions
23
games/blue/Makefile
Normal file
23
games/blue/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# New ports collection makefile for: blue
|
||||
# Version required: 2.3
|
||||
# Date created: 6 June 1997
|
||||
# Whom: Andrey Zakhvatov
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= blue-2.3
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= ftp://locke.ccil.org/pub/esr/
|
||||
|
||||
MAINTAINER= andy@icc.surw.chel.su
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
ALL_TARGET=
|
||||
MAN6= blue.6
|
||||
|
||||
do-install:
|
||||
@ ${INSTALL_PROGRAM} ${WRKSRC}/blue ${PREFIX}/bin/blue
|
||||
@ ${INSTALL_MAN} ${WRKSRC}/blue.6 ${PREFIX}/man/man6
|
||||
|
||||
.include <bsd.port.mk>
|
1
games/blue/distinfo
Normal file
1
games/blue/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (blue-2.3.tar.gz) = 1e4c38cb0c36dc8c87eff2f8336267c2
|
19
games/blue/files/patch-ab
Normal file
19
games/blue/files/patch-ab
Normal file
|
@ -0,0 +1,19 @@
|
|||
*** blue.c Thu Jun 29 14:30:45 1995
|
||||
--- /home/andy/tmp/wrk/blue.c Fri Jun 6 07:13:40 1997
|
||||
***************
|
||||
*** 19,25 ****
|
||||
#include <unistd.h>
|
||||
#include <signal.h>
|
||||
#include <time.h>
|
||||
! #include <curses.h>
|
||||
#include <term.h>
|
||||
|
||||
#define NOCARD (-1)
|
||||
--- 19,25 ----
|
||||
#include <unistd.h>
|
||||
#include <signal.h>
|
||||
#include <time.h>
|
||||
! #include <ncurses.h>
|
||||
#include <term.h>
|
||||
|
||||
#define NOCARD (-1)
|
1
games/blue/pkg-comment
Normal file
1
games/blue/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
A Blue Moon card solitaire
|
4
games/blue/pkg-descr
Normal file
4
games/blue/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Blue Moon
|
||||
by Tim Lister and Eric S. Raymond
|
||||
|
||||
This simple game includes complete instructions on the game screen.
|
2
games/blue/pkg-plist
Normal file
2
games/blue/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
bin/blue
|
||||
man/man6/blue.6.gz
|
Loading…
Reference in a new issue