Index: head/games/xvmines/Makefile =================================================================== --- head/games/xvmines/Makefile (nonexistent) +++ head/games/xvmines/Makefile (revision 10321) @@ -0,0 +1,30 @@ +# New ports collection makefile for: xvmines +# Version required: 1.0 +# Date created: 18 March 1998 +# Whom: Andrey Zakhvatov +# +# $Id$ +# + +DISTNAME= xvmines-1.0 +CATEGORIES= games +MASTER_SITES= ftp://ftp.csd.uch.gr/pub/X11/games/ \ + ftp://ftp.cdrom.com/pub/X11/R5contrib/ \ + ftp://ftp.gwdg.de/pub/x11/x.org/R5contrib/ +EXTRACT_SUFX= .tar.Z + +MAINTAINER= andy@icc.surw.chel.su + +LIB_DEPENDS= xview\\.3\\.2:${PORTSDIR}/x11/xview-lib \ + olgx\\.3\\.2:${PORTSDIR}/x11/xview-lib + +USE_IMAKE= yes +MAN6= xvmines.6 + +do-install: + @ ${INSTALL_PROGRAM} ${WRKSRC}/xvmines ${PREFIX}/bin + @ ${INSTALL_DATA} ${WRKSRC}/xvmines.man ${PREFIX}/man/man6/xvmines.6 + @ ${MKDIR} ${PREFIX}/share/doc/xvmines + @ ${INSTALL_DATA} ${WRKSRC}/Copyright ${PREFIX}/share/doc/xvmines + +.include Property changes on: head/games/xvmines/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/games/xvmines/distinfo =================================================================== --- head/games/xvmines/distinfo (nonexistent) +++ head/games/xvmines/distinfo (revision 10321) @@ -0,0 +1 @@ +MD5 (xvmines-1.0.tar.Z) = 4c3345dfc54bf869b57a6ae1a6d1327d Property changes on: head/games/xvmines/distinfo ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/games/xvmines/files/patch-aa =================================================================== --- head/games/xvmines/files/patch-aa (nonexistent) +++ head/games/xvmines/files/patch-aa (revision 10321) @@ -0,0 +1,9 @@ +--- Imakefile Sun Jun 27 10:05:51 1993 ++++ /home/andy/tmp/wrk/Imakefile Fri Mar 20 00:45:31 1998 +@@ -1,4 +1,5 @@ +-WHERE :sh = (tmp=`echo /usr/openwin`;echo ${OPENWINHOME:=$tmp}) ++#WHERE :sh = (tmp=`echo /usr/openwin`;echo ${OPENWINHOME:=$tmp}) ++WHERE=${X11BASE} + + #CC = gcc + CC = cc Property changes on: head/games/xvmines/files/patch-aa ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/games/xvmines/pkg-comment =================================================================== --- head/games/xvmines/pkg-comment (nonexistent) +++ head/games/xvmines/pkg-comment (revision 10321) @@ -0,0 +1 @@ +XVmines is a simple minesweeper game for X Window System. Property changes on: head/games/xvmines/pkg-comment ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/games/xvmines/pkg-descr =================================================================== --- head/games/xvmines/pkg-descr (nonexistent) +++ head/games/xvmines/pkg-descr (revision 10321) @@ -0,0 +1,18 @@ + XVmines is a simple minesweeper game for X Window System. + xvmines creates a rectangle on the screen, divided into equally +sized cells. Each cell may contain a mine (hence the name xvmines), +contain a number indicating the number of mines present in the +8-neighboring cells or be empty. + Initially, all cells are covered with tiles. A tile can be +removed, uncovering the cell below, by clicking the left mouse +button on it. In addition,a cell can be marked as containing a mine +by clicking the right mouse button on it. Note however that marking +a cell as containing a mine does not necessarily mean that the cell +really contains a mine! + Clicking the middle mouse button on a tile, marks it with a +question mark, acting as a reminder mechanism. The user can use the +numbers in the uncovered cells to find (or sometimes guess ...) +which cells contain mines and which do not. + A game ends when all cells not containing mines have been +uncovered and all cells containing mines have been marked, or when +a cell containing a mine is uncovered. Property changes on: head/games/xvmines/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/games/xvmines/pkg-plist =================================================================== --- head/games/xvmines/pkg-plist (nonexistent) +++ head/games/xvmines/pkg-plist (revision 10321) @@ -0,0 +1,4 @@ +bin/xvmines +man/man6/xvmines.6.gz +share/doc/xvmines/Copyright +@dirrm share/doc/xvmines Property changes on: head/games/xvmines/pkg-plist ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property