diff options
author | max <max@FreeBSD.org> | 1997-07-01 23:01:29 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-07-01 23:01:29 +0000 |
commit | 15152f69594f71d2d0bf9727573b00f8bd00f2e2 (patch) | |
tree | 7a89c2d16f33f69af7a16522b853ef5a750b98a9 /games/blue | |
parent | d05e0db0fb585528b3f5dde2f3fadc179c83603c (diff) | |
download | FreeBSD-ports-15152f69594f71d2d0bf9727573b00f8bd00f2e2.zip FreeBSD-ports-15152f69594f71d2d0bf9727573b00f8bd00f2e2.tar.gz |
Newport, blue:
A Blue Moon card solitaire
PR: 3921
Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Diffstat (limited to 'games/blue')
-rw-r--r-- | games/blue/Makefile | 23 | ||||
-rw-r--r-- | games/blue/distinfo | 1 | ||||
-rw-r--r-- | games/blue/files/patch-ab | 19 | ||||
-rw-r--r-- | games/blue/pkg-comment | 1 | ||||
-rw-r--r-- | games/blue/pkg-descr | 4 | ||||
-rw-r--r-- | games/blue/pkg-plist | 2 |
6 files changed, 50 insertions, 0 deletions
diff --git a/games/blue/Makefile b/games/blue/Makefile new file mode 100644 index 0000000..8e8034d --- /dev/null +++ b/games/blue/Makefile @@ -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> diff --git a/games/blue/distinfo b/games/blue/distinfo new file mode 100644 index 0000000..cb58ed3 --- /dev/null +++ b/games/blue/distinfo @@ -0,0 +1 @@ +MD5 (blue-2.3.tar.gz) = 1e4c38cb0c36dc8c87eff2f8336267c2 diff --git a/games/blue/files/patch-ab b/games/blue/files/patch-ab new file mode 100644 index 0000000..a090e63 --- /dev/null +++ b/games/blue/files/patch-ab @@ -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) diff --git a/games/blue/pkg-comment b/games/blue/pkg-comment new file mode 100644 index 0000000..47d2a09 --- /dev/null +++ b/games/blue/pkg-comment @@ -0,0 +1 @@ +A Blue Moon card solitaire diff --git a/games/blue/pkg-descr b/games/blue/pkg-descr new file mode 100644 index 0000000..4954d5e --- /dev/null +++ b/games/blue/pkg-descr @@ -0,0 +1,4 @@ + Blue Moon + by Tim Lister and Eric S. Raymond + +This simple game includes complete instructions on the game screen. diff --git a/games/blue/pkg-plist b/games/blue/pkg-plist new file mode 100644 index 0000000..9f936f9 --- /dev/null +++ b/games/blue/pkg-plist @@ -0,0 +1,2 @@ +bin/blue +man/man6/blue.6.gz |