diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-02-13 08:18:04 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-02-13 08:18:04 +0000 |
commit | e1068dea0e107d49fb889e9c8d80440e0303a144 (patch) | |
tree | 5b413308fe3b5bff446aadf76d7bdd95f9f97c39 /games | |
parent | Set __FreeBSD__ to 2, not 3. (diff) |
I think we don't have enough minesweeper clones yet ;-).
Notes
Notes:
svn path=/head/; revision=9693
Diffstat (limited to '')
-rw-r--r-- | games/xdemineur/Makefile | 18 | ||||
-rw-r--r-- | games/xdemineur/distinfo | 1 | ||||
-rw-r--r-- | games/xdemineur/pkg-comment | 1 | ||||
-rw-r--r-- | games/xdemineur/pkg-descr | 8 | ||||
-rw-r--r-- | games/xdemineur/pkg-plist | 2 |
5 files changed, 30 insertions, 0 deletions
diff --git a/games/xdemineur/Makefile b/games/xdemineur/Makefile new file mode 100644 index 000000000000..73c1d7d81fb5 --- /dev/null +++ b/games/xdemineur/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: xdemineur +# Version required: 2.1 +# Date created: 13 Feb 1998 +# Whom: Thomas Gellekum <tg@FreeBSD.ORG> +# +# $Id$ +# + +DISTNAME= xdemineur-2.1 +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= games + +MAINTAINER= ports@FreeBSD.ORG + +USE_IMAKE= yes + +.include <bsd.port.mk> diff --git a/games/xdemineur/distinfo b/games/xdemineur/distinfo new file mode 100644 index 000000000000..226e9d20628b --- /dev/null +++ b/games/xdemineur/distinfo @@ -0,0 +1 @@ +MD5 (xdemineur-2.1.tar.gz) = 6f354522c84cc43315f0feca0ae60445 diff --git a/games/xdemineur/pkg-comment b/games/xdemineur/pkg-comment new file mode 100644 index 000000000000..bb4cd229a6db --- /dev/null +++ b/games/xdemineur/pkg-comment @@ -0,0 +1 @@ +Another minesweeper game for the X Window System. diff --git a/games/xdemineur/pkg-descr b/games/xdemineur/pkg-descr new file mode 100644 index 000000000000..021c052b198c --- /dev/null +++ b/games/xdemineur/pkg-descr @@ -0,0 +1,8 @@ +Xdémineur is a minesweeper game for the X Window System. + +The object of this game is to find the location of the mines +hidden in the minefield and to mark their location by placing a +warning flag. You have exactly as many flags as there are mines. +The number of flags that remain to be placed is displayed in the +top left corner of the window and a timer is displayed in the top +right corner. diff --git a/games/xdemineur/pkg-plist b/games/xdemineur/pkg-plist new file mode 100644 index 000000000000..671b5768e27f --- /dev/null +++ b/games/xdemineur/pkg-plist @@ -0,0 +1,2 @@ +bin/xdemineur +man/man1/xdemineur.1.gz |