aboutsummaryrefslogtreecommitdiff
path: root/games/freesweep
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-08-01 03:16:24 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-08-01 03:16:24 +0000
commitb67a403ec473fa6cd6671e5ef14eb4fd60dc4b3b (patch)
tree86698467a77ffe6f69d3072e67a82fab2fc32565 /games/freesweep
parent921ec9203ca781ff51f769bffbd1ed409e66734e (diff)
downloadports-b67a403ec473fa6cd6671e5ef14eb4fd60dc4b3b.tar.gz
ports-b67a403ec473fa6cd6671e5ef14eb4fd60dc4b3b.zip
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>
Notes
Notes: svn path=/head/; revision=20443
Diffstat (limited to 'games/freesweep')
-rw-r--r--games/freesweep/Makefile32
-rw-r--r--games/freesweep/distinfo1
-rw-r--r--games/freesweep/files/patch-aa11
-rw-r--r--games/freesweep/pkg-comment1
-rw-r--r--games/freesweep/pkg-descr4
-rw-r--r--games/freesweep/pkg-plist4
6 files changed, 53 insertions, 0 deletions
diff --git a/games/freesweep/Makefile b/games/freesweep/Makefile
new file mode 100644
index 000000000000..13f5964800bb
--- /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 000000000000..72874c8a3898
--- /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 000000000000..dc2ad652e39d
--- /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 000000000000..92a55641a966
--- /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 000000000000..970c37dce7b9
--- /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 000000000000..0e3ff5ee7166
--- /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