aboutsummaryrefslogtreecommitdiffstats
path: root/games/bombermaze
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-10-05 22:42:53 +0800
committerbapt <bapt@FreeBSD.org>2013-10-05 22:42:53 +0800
commit41ae9216dd170d1253d912849838303a39917dad (patch)
tree67a457a45662e87da936538e7cc50d8f147df556 /games/bombermaze
parent47b8c7d5ada938a21d928f4badc5291ba0fc02f3 (diff)
downloadfreebsd-ports-gnome-41ae9216dd170d1253d912849838303a39917dad.tar.gz
freebsd-ports-gnome-41ae9216dd170d1253d912849838303a39917dad.tar.zst
freebsd-ports-gnome-41ae9216dd170d1253d912849838303a39917dad.zip
Removed unmaintained (ports@) or gnome@ ports depending on gnome1
Approved by: gnome (implicit)
Diffstat (limited to 'games/bombermaze')
-rw-r--r--games/bombermaze/Makefile23
-rw-r--r--games/bombermaze/distinfo2
-rw-r--r--games/bombermaze/files/patch-src::Makefile.in14
-rw-r--r--games/bombermaze/files/patch-src_map.cc23
-rw-r--r--games/bombermaze/pkg-descr7
-rw-r--r--games/bombermaze/pkg-plist78
6 files changed, 0 insertions, 147 deletions
diff --git a/games/bombermaze/Makefile b/games/bombermaze/Makefile
deleted file mode 100644
index 41406a29fdb0..000000000000
--- a/games/bombermaze/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= bombermaze
-PORTVERSION= 0.6.6
-PORTREVISION= 11
-CATEGORIES= games gnome
-MASTER_SITES= SF
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= A multiplayer game, strategy place bombs to kill enemies and obstacles
-
-USE_GMAKE= yes
-USE_GNOME= gnomeprefix gnomehack gnomelibs gdkpixbuf
-USES= gettext
-GNU_CONFIGURE= yes
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-
-CFLAGS+= -fpermissive
-
-NO_STAGE= yes
-.include <bsd.port.mk>
diff --git a/games/bombermaze/distinfo b/games/bombermaze/distinfo
deleted file mode 100644
index 9736006fe079..000000000000
--- a/games/bombermaze/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (bombermaze-0.6.6.tar.gz) = 213d2179949578e6ebede7218541d50d871fa79041890c0a9a5b4d2426b755bf
-SIZE (bombermaze-0.6.6.tar.gz) = 694713
diff --git a/games/bombermaze/files/patch-src::Makefile.in b/games/bombermaze/files/patch-src::Makefile.in
deleted file mode 100644
index 52b297effa07..000000000000
--- a/games/bombermaze/files/patch-src::Makefile.in
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- src/Makefile.in 2001/11/13 14:00:49 1.1
-+++ src/Makefile.in 2001/11/13 14:01:29
-@@ -127,7 +127,7 @@
-
- CPPFLAGS = -Wall
-
--INCLUDES = -I$(top_srcdir) -I$(includedir) $(GNOME_INCLUDEDIR) -DG_LOG_DOMAIN=\"$(PACKAGE)\" -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -DPACKAGE_DATADIR=\"$(configdir)\" -I../intl -I$(top_srcdir)/intl
-+INCLUDES = -I$(top_srcdir) -I$(includedir) $(GDK_PIXBUF_CFLAGS) $(GNOME_INCLUDEDIR) -DG_LOG_DOMAIN=\"$(PACKAGE)\" -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -DPACKAGE_DATADIR=\"$(configdir)\" -I../intl -I$(top_srcdir)/intl
-
-
- bin_PROGRAMS = bombermaze
diff --git a/games/bombermaze/files/patch-src_map.cc b/games/bombermaze/files/patch-src_map.cc
deleted file mode 100644
index 0e5e66185352..000000000000
--- a/games/bombermaze/files/patch-src_map.cc
+++ /dev/null
@@ -1,23 +0,0 @@
-
-$FreeBSD$
-
---- src/map.cc.orig Sun Feb 25 08:50:07 2001
-+++ src/map.cc Sun Aug 22 21:25:12 2004
-@@ -1587,7 +1587,7 @@
- width = w;
- height = h;
-
-- map = new (char *)[width];
-+ map = new char * [width];
-
- unsigned i;
- for (i = 0; i < width; i++)
-@@ -1728,7 +1728,7 @@
-
- void GameMap::allocate_map(MapSquare ***m)
- {
-- *m = new (MapSquare *)[width];
-+ *m = new MapSquare * [width];
- int i;
- for (i = 0; i < width; i++)
- {
diff --git a/games/bombermaze/pkg-descr b/games/bombermaze/pkg-descr
deleted file mode 100644
index 2bee0fb468fd..000000000000
--- a/games/bombermaze/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-Bombermaze is Bomberman clone for GNOME. It is a multiplayer action game in
-which players run around in a square-grid maze while dropping bombs and
-collecting power-ups. The bombs exlode after a short time delay, taking out any
-nearby bricks and players. For maximum effect, bombs can be arranged so as to
-cause a chain reaction of explosions. The last player left is the winner.
-
-WWW: http://www.nongnu.org/bombermaze/
diff --git a/games/bombermaze/pkg-plist b/games/bombermaze/pkg-plist
deleted file mode 100644
index d6c2bbd317d6..000000000000
--- a/games/bombermaze/pkg-plist
+++ /dev/null
@@ -1,78 +0,0 @@
-bin/bombermaze
-%%DATADIR%%/maps/11x11
-%%DATADIR%%/maps/11x11_random
-%%DATADIR%%/maps/15x13
-%%DATADIR%%/maps/15x13_random
-%%DATADIR%%/maps/15x15
-%%DATADIR%%/maps/15x15_random
-%%DATADIR%%/pixmaps/title.png
-%%DATADIR%%/themes/default/README
-%%DATADIR%%/themes/default/bomb.png
-%%DATADIR%%/themes/default/brick.png
-%%DATADIR%%/themes/default/fire.png
-%%DATADIR%%/themes/default/floor.png
-%%DATADIR%%/themes/default/player1.png
-%%DATADIR%%/themes/default/player2.png
-%%DATADIR%%/themes/default/player3.png
-%%DATADIR%%/themes/default/player4.png
-%%DATADIR%%/themes/default/powerup.png
-%%DATADIR%%/themes/default/wall.png
-%%DATADIR%%/themes/gnomed/README
-%%DATADIR%%/themes/gnomed/bomb.png
-%%DATADIR%%/themes/gnomed/brick.png
-%%DATADIR%%/themes/gnomed/fire.png
-%%DATADIR%%/themes/gnomed/floor.png
-%%DATADIR%%/themes/gnomed/player1.png
-%%DATADIR%%/themes/gnomed/player2.png
-%%DATADIR%%/themes/gnomed/player3.png
-%%DATADIR%%/themes/gnomed/player4.png
-%%DATADIR%%/themes/gnomed/powerup.png
-%%DATADIR%%/themes/gnomed/wall.png
-%%DATADIR%%/themes/icons3d/README
-%%DATADIR%%/themes/icons3d/bomb.png
-%%DATADIR%%/themes/icons3d/brick.png
-%%DATADIR%%/themes/icons3d/fire.png
-%%DATADIR%%/themes/icons3d/floor.png
-%%DATADIR%%/themes/icons3d/player1.png
-%%DATADIR%%/themes/icons3d/player2.png
-%%DATADIR%%/themes/icons3d/player3.png
-%%DATADIR%%/themes/icons3d/player4.png
-%%DATADIR%%/themes/icons3d/powerup.png
-%%DATADIR%%/themes/icons3d/wall.png
-%%DATADIR%%/themes/space/README
-%%DATADIR%%/themes/space/bomb.png
-%%DATADIR%%/themes/space/brick.png
-%%DATADIR%%/themes/space/fire.png
-%%DATADIR%%/themes/space/floor.png
-%%DATADIR%%/themes/space/player1.png
-%%DATADIR%%/themes/space/player2.png
-%%DATADIR%%/themes/space/player3.png
-%%DATADIR%%/themes/space/player4.png
-%%DATADIR%%/themes/space/powerup.png
-%%DATADIR%%/themes/space/wall.png
-share/gnome/apps/Games/bombermaze.desktop
-share/gnome/help/bombermaze/C/animation.html
-share/gnome/help/bombermaze/C/index.html
-share/gnome/help/bombermaze/C/numeric.html
-share/gnome/help/bombermaze/C/topic.dat
-share/locale/da/LC_MESSAGES/bombermaze.mo
-share/locale/de/LC_MESSAGES/bombermaze.mo
-share/locale/es/LC_MESSAGES/bombermaze.mo
-share/locale/fr/LC_MESSAGES/bombermaze.mo
-share/locale/it/LC_MESSAGES/bombermaze.mo
-share/locale/ja/LC_MESSAGES/bombermaze.mo
-share/locale/no/LC_MESSAGES/bombermaze.mo
-share/locale/pt_BR/LC_MESSAGES/bombermaze.mo
-share/locale/ru/LC_MESSAGES/bombermaze.mo
-share/locale/uk/LC_MESSAGES/bombermaze.mo
-share/pixmaps/bombermaze.png
-@dirrm share/gnome/help/bombermaze/C
-@dirrm share/gnome/help/bombermaze
-@dirrm %%DATADIR%%/themes/space
-@dirrm %%DATADIR%%/themes/icons3d
-@dirrm %%DATADIR%%/themes/gnomed
-@dirrm %%DATADIR%%/themes/default
-@dirrm %%DATADIR%%/themes
-@dirrm %%DATADIR%%/pixmaps
-@dirrm %%DATADIR%%/maps
-@dirrm %%DATADIR%%