diff options
author | steve <steve@FreeBSD.org> | 2000-01-29 13:08:07 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-01-29 13:08:07 +0800 |
commit | ae1fb211a684c09bbdb7ce9aa38e8559a0c7e96e (patch) | |
tree | 2f0f3be8d1b65a59aa90707899d808ac1ba1f165 /games | |
parent | 5c00d1cf9cfa144717519976539bbd4e16954afa (diff) | |
download | freebsd-ports-gnome-ae1fb211a684c09bbdb7ce9aa38e8559a0c7e96e.tar.gz freebsd-ports-gnome-ae1fb211a684c09bbdb7ce9aa38e8559a0c7e96e.tar.zst freebsd-ports-gnome-ae1fb211a684c09bbdb7ce9aa38e8559a0c7e96e.zip |
Adding xbaby version 1.2.
A game (of sorts) where babies hide under your windows.
PR: 16270
Submitted by: HIYAMA Takeshi <th@cis.ibaraki.ac.jp>
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 1 | ||||
-rw-r--r-- | games/xbaby/Makefile | 21 | ||||
-rw-r--r-- | games/xbaby/distinfo | 1 | ||||
-rw-r--r-- | games/xbaby/pkg-comment | 1 | ||||
-rw-r--r-- | games/xbaby/pkg-descr | 7 | ||||
-rw-r--r-- | games/xbaby/pkg-plist | 1 |
6 files changed, 32 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index 6b5fdabce4c3..3e0fb6627908 100644 --- a/games/Makefile +++ b/games/Makefile @@ -137,6 +137,7 @@ SUBDIR += xabacus SUBDIR += xasteroids SUBDIR += xataxx + SUBDIR += xbaby SUBDIR += xbat SUBDIR += xbattle SUBDIR += xbill diff --git a/games/xbaby/Makefile b/games/xbaby/Makefile new file mode 100644 index 000000000000..e34c1438f82a --- /dev/null +++ b/games/xbaby/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: xbaby +# Version required: 1.2 +# Date created: 21 January 2000 +# Whom: HIYAMA Takeshi <th@cis.ibaraki.ac.jp> +# +# $FreeBSD$ +# + +DISTNAME= xbaby-1.2-ss-9.03 +PKGNAME= xbaby-1.2 +CATEGORIES= games +MASTER_SITES= ftp://ftp.u-tokyo.ac.jp/pub/hpux9/X11/Misc/xbaby-1.2/ + +MAINTAINER= th@cis.ibaraki.ac.jp + +WRKSRC= ${WRKDIR}/xbaby-1.2 + +MAN1= xbaby.1 +USE_IMAKE= yes + +.include <bsd.port.mk> diff --git a/games/xbaby/distinfo b/games/xbaby/distinfo new file mode 100644 index 000000000000..218a72969a1f --- /dev/null +++ b/games/xbaby/distinfo @@ -0,0 +1 @@ +MD5 (xbaby-1.2-ss-9.03.tar.gz) = 15afeae7af056c98f94209d341786db4 diff --git a/games/xbaby/pkg-comment b/games/xbaby/pkg-comment new file mode 100644 index 000000000000..44e7b54cd98c --- /dev/null +++ b/games/xbaby/pkg-comment @@ -0,0 +1 @@ +Babies hide under your windows diff --git a/games/xbaby/pkg-descr b/games/xbaby/pkg-descr new file mode 100644 index 000000000000..ba61f0cb97ff --- /dev/null +++ b/games/xbaby/pkg-descr @@ -0,0 +1,7 @@ +Babies run over your root window, and look for a window to hide under. +It's just like xroach, with babies instead of cockroaches. + +This program was written by Michael Lawley. + +- TH +th@cis.ibaraki.ac.jp diff --git a/games/xbaby/pkg-plist b/games/xbaby/pkg-plist new file mode 100644 index 000000000000..24524b03eae5 --- /dev/null +++ b/games/xbaby/pkg-plist @@ -0,0 +1 @@ +bin/xbaby |