diff options
author | tg <tg@FreeBSD.org> | 1998-08-10 15:57:57 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-08-10 15:57:57 +0800 |
commit | 133153b3e73c6b6eb4a63a9d42543fbde1f99520 (patch) | |
tree | 5aedfe4326bc862a0a9678f59fd1707842f0beb8 /games | |
parent | 18b52a8a1dfb85bdedbd1d3c84a75db167bc94aa (diff) | |
download | freebsd-ports-gnome-133153b3e73c6b6eb4a63a9d42543fbde1f99520.tar.gz freebsd-ports-gnome-133153b3e73c6b6eb4a63a9d42543fbde1f99520.tar.zst freebsd-ports-gnome-133153b3e73c6b6eb4a63a9d42543fbde1f99520.zip |
New port wmtimebomb. Another entry for the still missing
minesweeper category. This one works best with WindowMaker.
Diffstat (limited to 'games')
-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 |