diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-08-01 03:16:24 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-08-01 03:16:24 +0000 |
commit | dd2a52714d8aa6b7a14e35204f4cb80151aaed5d (patch) | |
tree | a82e73cc08c000dd9b371feee678da01a65f976f | |
parent | 778f276711f87c5c5c001870421dd317e4707956 (diff) | |
download | FreeBSD-ports-dd2a52714d8aa6b7a14e35204f4cb80151aaed5d.zip FreeBSD-ports-dd2a52714d8aa6b7a14e35204f4cb80151aaed5d.tar.gz |
Freesweep,
a minsweeper-style game for text-mode terminals. Features include
boards up to 1024x1024 and saving and loading the boards.
PR: 12805
Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
-rw-r--r-- | games/freesweep/Makefile | 32 | ||||
-rw-r--r-- | games/freesweep/distinfo | 1 | ||||
-rw-r--r-- | games/freesweep/files/patch-aa | 11 | ||||
-rw-r--r-- | games/freesweep/pkg-comment | 1 | ||||
-rw-r--r-- | games/freesweep/pkg-descr | 4 | ||||
-rw-r--r-- | games/freesweep/pkg-plist | 4 |
6 files changed, 53 insertions, 0 deletions
diff --git a/games/freesweep/Makefile b/games/freesweep/Makefile new file mode 100644 index 0000000..13f5964 --- /dev/null +++ b/games/freesweep/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: freesweep +# Version required: 0.86 +# Date created: 25 July 1999 +# Whom: Andrey Zakhvatov +# +# $Id$ +# + +DISTNAME= freesweep-0.86 +CATEGORIES= games +MASTER_SITES= http://www.upl.cs.wisc.edu/~hartmann/sweep/ + +MAINTAINER= andy@icc.surw.chel.su + +ALL_TARGET= +GNU_CONFIGURE= yes +USE_GMAKE= yes + +MAN6= freesweep.6 + +do-install: + @ ${INSTALL_PROGRAM} ${WRKSRC}/freesweep ${PREFIX}/bin + @ ${INSTALL_MAN} ${WRKSRC}/freesweep.6 ${PREFIX}/man/man6 + +post-install: +.if !defined(NOPORTDOCS) + @ ${MKDIR} ${PREFIX}/share/doc/freesweep + @ ${INSTALL_DATA} ${WRKSRC}/CHANGES ${PREFIX}/share/doc/freesweep + @ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/freesweep +.endif + +.include <bsd.port.mk> diff --git a/games/freesweep/distinfo b/games/freesweep/distinfo new file mode 100644 index 0000000..72874c8 --- /dev/null +++ b/games/freesweep/distinfo @@ -0,0 +1 @@ +MD5 (freesweep-0.86.tar.gz) = df49495b8fb807e55febc0553e0cd704 diff --git a/games/freesweep/files/patch-aa b/games/freesweep/files/patch-aa new file mode 100644 index 0000000..dc2ad65 --- /dev/null +++ b/games/freesweep/files/patch-aa @@ -0,0 +1,11 @@ +--- sweep.h.in Sun Jul 25 03:39:50 1999 ++++ /home/andy/tmp/wrk/sweep.h.in Sun Jul 25 17:51:44 1999 +@@ -36,7 +36,7 @@ + #include <signal.h> + + #ifdef HAVE_LIBNCURSES +-#include "@NCURSES_HINT@/include/curses.h" ++#include <ncurses.h> + #else /* HAVE_LIBNCURSES */ + #include <curses.h> + #endif /* HAVE_LIBNCURSES */ diff --git a/games/freesweep/pkg-comment b/games/freesweep/pkg-comment new file mode 100644 index 0000000..92a5564 --- /dev/null +++ b/games/freesweep/pkg-comment @@ -0,0 +1 @@ +Minesweeper-style game for text-mode terminals diff --git a/games/freesweep/pkg-descr b/games/freesweep/pkg-descr new file mode 100644 index 0000000..970c37d --- /dev/null +++ b/games/freesweep/pkg-descr @@ -0,0 +1,4 @@ +Minesweeper-type game for text-mode terminals. Features +include boards up to 1024x1024 and saving and loading the boards. + +WWW: http://www.upl.cs.wisc.edu/~hartmann/sweep/ diff --git a/games/freesweep/pkg-plist b/games/freesweep/pkg-plist new file mode 100644 index 0000000..0e3ff5e --- /dev/null +++ b/games/freesweep/pkg-plist @@ -0,0 +1,4 @@ +bin/freesweep +share/doc/freesweep/CHANGES +share/doc/freesweep/README +@dirrm share/doc/freesweep |