diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-02-22 22:16:05 +0000 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-02-22 22:16:05 +0000 |
commit | 9e6f09db4e045e89d5b01c3710d112a103a06676 (patch) | |
tree | d34eeef8c919fc98f0127eb1df0985e92a1d6f8a /games/kbubbles | |
parent | 1a78d508531686f8a7320805cb9dc17d667eb575 (diff) | |
download | FreeBSD-ports-9e6f09db4e045e89d5b01c3710d112a103a06676.zip FreeBSD-ports-9e6f09db4e045e89d5b01c3710d112a103a06676.tar.gz |
KBubbles is a simple game where you must try to get
rid of all the bubbles in the window as fast as
possible. You can create your own leves.
PR: 16858
Submitted by: Will Andrews <andrews@technologist.com>
Diffstat (limited to 'games/kbubbles')
-rw-r--r-- | games/kbubbles/Makefile | 20 | ||||
-rw-r--r-- | games/kbubbles/distinfo | 1 | ||||
-rw-r--r-- | games/kbubbles/files/patch-aa | 11 | ||||
-rw-r--r-- | games/kbubbles/pkg-comment | 1 | ||||
-rw-r--r-- | games/kbubbles/pkg-descr | 8 | ||||
-rw-r--r-- | games/kbubbles/pkg-plist | 26 |
6 files changed, 67 insertions, 0 deletions
diff --git a/games/kbubbles/Makefile b/games/kbubbles/Makefile new file mode 100644 index 0000000..8985aa2 --- /dev/null +++ b/games/kbubbles/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: kbubbles +# Version required: 0.8.6 +# Date created: 15 Feb 2000 +# Whom: Will Andrews <andrews@technologist.com> +# +# $FreeBSD$ +# + +DISTNAME= kbubbles-0.8.6 +CATEGORIES= games +MASTER_SITES= http://hem.passagen.se/tonybj/kbubbles/ + +MAINTAINER= andrews@technologist.com + +BUILD_DEPENDS= ${LOCALBASE}/include/QwSpriteField.h:${PORTSDIR}/converters/kdesupport11 + +GNU_CONFIGURE= yes +USE_QT= yes + +.include <bsd.port.mk> diff --git a/games/kbubbles/distinfo b/games/kbubbles/distinfo new file mode 100644 index 0000000..54ca30b --- /dev/null +++ b/games/kbubbles/distinfo @@ -0,0 +1 @@ +MD5 (kbubbles-0.8.6.tar.gz) = bdc481ada5f41e30e5f9bdea4fc905c6 diff --git a/games/kbubbles/files/patch-aa b/games/kbubbles/files/patch-aa new file mode 100644 index 0000000..b69d270 --- /dev/null +++ b/games/kbubbles/files/patch-aa @@ -0,0 +1,11 @@ +--- Makefile.in Mon Jan 17 17:44:00 2000 ++++ Makefile.in.new Sun Feb 20 20:28:12 2000 +@@ -157,7 +157,7 @@ + x_libraries = @x_libraries@ + xdmconfigsubdir = @xdmconfigsubdir@ + +-SUBDIRS = kbubbles po ++SUBDIRS = kbubbles + + EXTRA_DIST = kbubbles.kdevprj AUTHORS COPYING ChangeLog INSTALL README TODO kbubbles.lsm + diff --git a/games/kbubbles/pkg-comment b/games/kbubbles/pkg-comment new file mode 100644 index 0000000..02c259e --- /dev/null +++ b/games/kbubbles/pkg-comment @@ -0,0 +1 @@ +Simple KDE game that feels and looks like T*tris diff --git a/games/kbubbles/pkg-descr b/games/kbubbles/pkg-descr new file mode 100644 index 0000000..a70ce38 --- /dev/null +++ b/games/kbubbles/pkg-descr @@ -0,0 +1,8 @@ +KBubbles is a simple game where you must try to get +rid of all the bubbles in the window as fast as +possible. You can create your own leves. + +WWW: http://hem1.passagen.se/~tonybj/kbubbles/ +Author: Tony Bjorkenius <tony.bjorkenius@linux.nu> + +--Will <andrews@technologist.com> diff --git a/games/kbubbles/pkg-plist b/games/kbubbles/pkg-plist new file mode 100644 index 0000000..2849f70 --- /dev/null +++ b/games/kbubbles/pkg-plist @@ -0,0 +1,26 @@ +share/applnk/Games/kbubbles.kdelnk +share/apps/kbubbles/bggrad.xpm +share/apps/kbubbles/default.xpm +share/apps/kbubbles/dots.xpm +share/apps/kbubbles/orange.xpm +share/apps/kbubbles/linux.xpm +share/apps/kbubbles/bkg/roof.xpm +share/apps/kbubbles/bkg/widbg.xpm +share/apps/kbubbles/brick1.xpm +share/apps/kbubbles/brick2.xpm +share/apps/kbubbles/hitech.xpm +share/apps/kbubbles/puke.xpm +share/apps/kbubbles/rocks.xpm +share/apps/kbubbles/wave.xpm +share/apps/kbubbles/wood.xpm +share/apps/kbubbles/Trouble.lvl +share/icons/kbubblesconf.xpm +share/icons/kbubblesnew.xpm +share/icons/kbubblesnext.xpm +share/icons/kbubblesquit.xpm +share/icons/kbubblesstop.xpm +share/icons/kbubbles.xpm +share/icons/mini/kbubbles.xpm +bin/kbubbles +@dirrm share/apps/kbubbles/bkg +@dirrm share/apps/kbubbles |