From dd2a52714d8aa6b7a14e35204f4cb80151aaed5d Mon Sep 17 00:00:00 2001 From: cpiazza Date: Sun, 1 Aug 1999 03:16:24 +0000 Subject: 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 --- games/freesweep/Makefile | 32 ++++++++++++++++++++++++++++++++ games/freesweep/distinfo | 1 + games/freesweep/files/patch-aa | 11 +++++++++++ games/freesweep/pkg-comment | 1 + games/freesweep/pkg-descr | 4 ++++ games/freesweep/pkg-plist | 4 ++++ 6 files changed, 53 insertions(+) create mode 100644 games/freesweep/Makefile create mode 100644 games/freesweep/distinfo create mode 100644 games/freesweep/files/patch-aa create mode 100644 games/freesweep/pkg-comment create mode 100644 games/freesweep/pkg-descr create mode 100644 games/freesweep/pkg-plist (limited to 'games') 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 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 + + #ifdef HAVE_LIBNCURSES +-#include "@NCURSES_HINT@/include/curses.h" ++#include + #else /* HAVE_LIBNCURSES */ + #include + #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 -- cgit v1.1