diff options
Diffstat (limited to '')
-rw-r--r-- | games/xminesweep/Makefile | 13 | ||||
-rw-r--r-- | games/xminesweep/pkg-comment | 1 | ||||
-rw-r--r-- | games/xminesweep/pkg-descr | 1 | ||||
-rw-r--r-- | games/xminesweep/pkg-plist | 6 |
4 files changed, 21 insertions, 0 deletions
diff --git a/games/xminesweep/Makefile b/games/xminesweep/Makefile new file mode 100644 index 000000000000..f2d6fa6c48eb --- /dev/null +++ b/games/xminesweep/Makefile @@ -0,0 +1,13 @@ +# New ports collection makefile for: xminesweep +# Version required: 2.1 +# Date created: 22 December 1994 +# Whom: janek +# + +DISTNAME= xminesweep2.1 +EXTRACT_SUFX= .tar.Z +USE_IMAKE= yes +INSTALL_MANPAGES= yes +MASTER_SITES= ftp://ftp.cs.columbia.edu/archives/X11R5/contrib/ + +.include <bsd.port.mk> diff --git a/games/xminesweep/pkg-comment b/games/xminesweep/pkg-comment new file mode 100644 index 000000000000..d7da63e41b12 --- /dev/null +++ b/games/xminesweep/pkg-comment @@ -0,0 +1 @@ +xminesweep - X windows minesweeper game. Version 2.1 diff --git a/games/xminesweep/pkg-descr b/games/xminesweep/pkg-descr new file mode 100644 index 000000000000..58d6a46a8c55 --- /dev/null +++ b/games/xminesweep/pkg-descr @@ -0,0 +1 @@ +Xminesweep like Windoze minesweeper game diff --git a/games/xminesweep/pkg-plist b/games/xminesweep/pkg-plist new file mode 100644 index 000000000000..d61b8d987651 --- /dev/null +++ b/games/xminesweep/pkg-plist @@ -0,0 +1,6 @@ +@cd /usr/X11R6 +@owner games +@mode 555 +bin/xminesweep +@mode 444 +man/man1/xminesweep.1.gz |