diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-08-10 07:57:57 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-08-10 07:57:57 +0000 |
commit | 20a0aac47537f8de48ec9ad98d4b9d6e04398c8c (patch) | |
tree | cc153eea12f184f5347d197297501347447f9f49 /games/wmtimebomb | |
parent | Something's not reinstall friendly.... (diff) |
New port wmtimebomb. Another entry for the still missing
minesweeper category. This one works best with WindowMaker.
Notes
Notes:
svn path=/head/; revision=12415
Diffstat (limited to 'games/wmtimebomb')
-rw-r--r-- | games/wmtimebomb/Makefile | 22 | ||||
-rw-r--r-- | games/wmtimebomb/distinfo | 1 | ||||
-rw-r--r-- | games/wmtimebomb/pkg-comment | 1 | ||||
-rw-r--r-- | games/wmtimebomb/pkg-descr | 6 | ||||
-rw-r--r-- | games/wmtimebomb/pkg-plist | 1 |
5 files changed, 31 insertions, 0 deletions
diff --git a/games/wmtimebomb/Makefile b/games/wmtimebomb/Makefile new file mode 100644 index 000000000000..73c90ca271ef --- /dev/null +++ b/games/wmtimebomb/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: wmtimebomb +# Version required: 0.6 +# Date created: 10 August 1998 +# Whom: Thomas Gellekum <tg@FreeBSD.ORG> +# +# $Id$ + +DISTNAME= wmtimebomb.6 +PKGNAME= wmtimebomb-0.1.6 +CATEGORIES= games +MASTER_SITES= http://www.gpf.or.th/~mhz/wmtimebomb/ + +MAINTAINER= ports@FreeBSD.ORG + +LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm +BUILD_DEPENDS= ${PREFIX}/lib/libWMaker.a:${PORTSDIR}/x11-wm/windowmaker + +WRKSRC= ${WRKDIR}/wmtimebomb +USE_IMAKE= yes +NO_INSTALL_MANPAGES= yes + +.include <bsd.port.mk> diff --git a/games/wmtimebomb/distinfo b/games/wmtimebomb/distinfo new file mode 100644 index 000000000000..0f0cf5b2d818 --- /dev/null +++ b/games/wmtimebomb/distinfo @@ -0,0 +1 @@ +MD5 (wmtimebomb.6.tar.gz) = c3ba3058b4281f02beb344d82136d157 diff --git a/games/wmtimebomb/pkg-comment b/games/wmtimebomb/pkg-comment new file mode 100644 index 000000000000..4abceb02726e --- /dev/null +++ b/games/wmtimebomb/pkg-comment @@ -0,0 +1 @@ +A minesweeper for WindowMaker. diff --git a/games/wmtimebomb/pkg-descr b/games/wmtimebomb/pkg-descr new file mode 100644 index 000000000000..a53ff5b4fed5 --- /dev/null +++ b/games/wmtimebomb/pkg-descr @@ -0,0 +1,6 @@ +Maliwan's Time Bomber +Mine sweeper like game for WindowMaker. + +Usage: wmtimebomb -t <time> -b <bombs> -x <width> -y <height> -s -c -h +-s will start timebomb with clock in its title +-c will start timebomb with counter in its title diff --git a/games/wmtimebomb/pkg-plist b/games/wmtimebomb/pkg-plist new file mode 100644 index 000000000000..8d1d06e23da3 --- /dev/null +++ b/games/wmtimebomb/pkg-plist @@ -0,0 +1 @@ +bin/wmtimebomb |