Remove dead cruft that's one of the few ports keeping x11/gnome/libs

and other old gtk1 stuff alive.

nobody even tried to convince me to keep this;
bomberclone or xbomber may be a good alternative though.

"go ahead" ajacoutot@ laurent@
This commit is contained in:
jasper 2008-08-23 16:01:28 +00:00
parent 1349ebbeef
commit 3a3e1d5e2e
8 changed files with 1 additions and 216 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.172 2008/08/22 11:43:35 ajacoutot Exp $ # $OpenBSD: Makefile,v 1.173 2008/08/23 16:01:28 jasper Exp $
# $FreeBSD: Makefile,v 1.91 1997/11/18 09:29:31 tg Exp $ # $FreeBSD: Makefile,v 1.91 1997/11/18 09:29:31 tg Exp $
# #
@ -19,7 +19,6 @@
SUBDIR += belooted SUBDIR += belooted
SUBDIR += blobwars SUBDIR += blobwars
SUBDIR += bomberclone SUBDIR += bomberclone
SUBDIR += bombermaze
SUBDIR += boswars SUBDIR += boswars
SUBDIR += burgerspace SUBDIR += burgerspace
SUBDIR += bzflag SUBDIR += bzflag

View File

@ -1,41 +0,0 @@
# $OpenBSD: Makefile,v 1.14 2007/11/13 14:54:31 steven Exp $
COMMENT= Bomberman clone for GNOME
VERSION= 0.6.6
DISTNAME= bombermaze-${VERSION}
PKGNAME= ${DISTNAME}p1
CATEGORIES= games x11
HOMEPAGE= http://www.nongnu.org/bombermaze/
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= ICE SM X11 Xau Xdmcp Xext Xi c esd gdk gdk_imlib gtk jpeg m \
png pthread stdc++ tiff z
MASTER_SITES= ${HOMEPAGE}packages/
MODULES= devel/gettext
LIB_DEPENDS= gdk_pixbuf.>=2::graphics/gdk-pixbuf \
audiofile::devel/libaudiofile \
glib.>=1,gmodule.>=1::devel/glib \
ungif.>=5::graphics/libungif \
art_lgpl.>=4,gnome.>=36,gnomeui.>=46,gnomesupport::x11/gnome/libs
USE_LIBTOOL= Yes
USE_GMAKE= Yes
USE_X11= Yes
NO_REGRESS= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
LIBS="-pthread"
.include <bsd.port.mk>

View File

@ -1,5 +0,0 @@
MD5 (bombermaze-0.6.6.tar.gz) = vtprDmtBJlLNNalT6w5uqg==
RMD160 (bombermaze-0.6.6.tar.gz) = cbnmqFLKfbNQ4KzzD266RMJjOIA=
SHA1 (bombermaze-0.6.6.tar.gz) = e8+U3/RZcgMt4YBZmvZausPQOck=
SHA256 (bombermaze-0.6.6.tar.gz) = IT0heZSVeObr7echhUHVDYcfp5BBiQwKmltNJCa3Vb8=
SIZE (bombermaze-0.6.6.tar.gz) = 694713

View File

@ -1,21 +0,0 @@
$OpenBSD: patch-configure,v 1.1 2004/10/07 01:08:36 naddy Exp $
--- configure.orig Sat Jun 23 06:59:14 2001
+++ configure Sun Oct 3 23:16:03 2004
@@ -3677,7 +3677,7 @@ if eval "test \"`echo '$''{'ac_cv_lib_$a
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_save_LIBS="$LIBS"
-LIBS="-lintl $LIBS"
+LIBS="-lintl -liconv $LIBS"
cat > conftest.$ac_ext <<EOF
#line 3683 "configure"
#include "confdefs.h"
@@ -3717,7 +3717,7 @@ if eval "test \"`echo '$''{'ac_cv_lib_$a
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_save_LIBS="$LIBS"
-LIBS="-lintl $LIBS"
+LIBS="-lintl -liconv $LIBS"
cat > conftest.$ac_ext <<EOF
#line 3723 "configure"
#include "confdefs.h"

View File

@ -1,24 +0,0 @@
$OpenBSD: patch-po_Makefile_in_in,v 1.1.1.1 2002/06/08 12:06:01 pvalchev Exp $
--- po/Makefile.in.in.orig Wed May 29 02:36:55 2002
+++ po/Makefile.in.in Wed May 29 02:38:05 2002
@@ -111,16 +111,16 @@ install-data: install-data-@USE_NLS@
install-data-no: all
install-data-yes: all
if test -r "$(MKINSTALLDIRS)"; then \
- $(MKINSTALLDIRS) $(datadir); \
+ $(MKINSTALLDIRS) $(DESTDIR)$(datadir); \
else \
- $(SHELL) $(top_srcdir)/mkinstalldirs $(datadir); \
+ $(SHELL) $(top_srcdir)/mkinstalldirs $(DESTDIR)$(datadir); \
fi
@catalogs='$(CATALOGS)'; \
for cat in $$catalogs; do \
cat=`basename $$cat`; \
case "$$cat" in \
- *.gmo) destdir=$(gnulocaledir);; \
- *) destdir=$(localedir);; \
+ *.gmo) destdir=$(DESTDIR)$(gnulocaledir);; \
+ *) destdir=$(DESTDIR)$(localedir);; \
esac; \
lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
dir=$$destdir/$$lang/LC_MESSAGES; \

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-src_Makefile_in,v 1.1 2003/01/21 03:12:00 brad Exp $
--- src/Makefile.in.orig Mon Jan 20 22:00:12 2003
+++ src/Makefile.in Mon Jan 20 22:02:20 2003
@@ -127,7 +127,7 @@ Gamesdir = $(datadir)/gnome/apps/Games
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

View File

@ -1,6 +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 explode 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.

View File

@ -1,105 +0,0 @@
@comment $OpenBSD: PLIST,v 1.2 2004/09/15 00:46:08 espie Exp $
bin/bombermaze
lib/locale/
lib/locale/da/
lib/locale/da/LC_MESSAGES/
lib/locale/da/LC_MESSAGES/bombermaze.mo
lib/locale/de/
lib/locale/de/LC_MESSAGES/
lib/locale/de/LC_MESSAGES/bombermaze.mo
lib/locale/es/
lib/locale/es/LC_MESSAGES/
lib/locale/es/LC_MESSAGES/bombermaze.mo
lib/locale/fr/
lib/locale/fr/LC_MESSAGES/
lib/locale/fr/LC_MESSAGES/bombermaze.mo
lib/locale/it/
lib/locale/it/LC_MESSAGES/
lib/locale/it/LC_MESSAGES/bombermaze.mo
lib/locale/ja/
lib/locale/ja/LC_MESSAGES/
lib/locale/ja/LC_MESSAGES/bombermaze.mo
lib/locale/no/
lib/locale/no/LC_MESSAGES/
lib/locale/no/LC_MESSAGES/bombermaze.mo
lib/locale/pt_BR/
lib/locale/pt_BR/LC_MESSAGES/
lib/locale/pt_BR/LC_MESSAGES/bombermaze.mo
lib/locale/ru/
lib/locale/ru/LC_MESSAGES/
lib/locale/ru/LC_MESSAGES/bombermaze.mo
lib/locale/uk/
lib/locale/uk/LC_MESSAGES/
lib/locale/uk/LC_MESSAGES/bombermaze.mo
share/bombermaze/
share/bombermaze/maps/
share/bombermaze/maps/11x11
share/bombermaze/maps/11x11_random
share/bombermaze/maps/15x13
share/bombermaze/maps/15x13_random
share/bombermaze/maps/15x15
share/bombermaze/maps/15x15_random
share/bombermaze/pixmaps/
share/bombermaze/pixmaps/title.png
share/bombermaze/themes/
share/bombermaze/themes/default/
share/bombermaze/themes/default/README
share/bombermaze/themes/default/bomb.png
share/bombermaze/themes/default/brick.png
share/bombermaze/themes/default/fire.png
share/bombermaze/themes/default/floor.png
share/bombermaze/themes/default/player1.png
share/bombermaze/themes/default/player2.png
share/bombermaze/themes/default/player3.png
share/bombermaze/themes/default/player4.png
share/bombermaze/themes/default/powerup.png
share/bombermaze/themes/default/wall.png
share/bombermaze/themes/gnomed/
share/bombermaze/themes/gnomed/README
share/bombermaze/themes/gnomed/bomb.png
share/bombermaze/themes/gnomed/brick.png
share/bombermaze/themes/gnomed/fire.png
share/bombermaze/themes/gnomed/floor.png
share/bombermaze/themes/gnomed/player1.png
share/bombermaze/themes/gnomed/player2.png
share/bombermaze/themes/gnomed/player3.png
share/bombermaze/themes/gnomed/player4.png
share/bombermaze/themes/gnomed/powerup.png
share/bombermaze/themes/gnomed/wall.png
share/bombermaze/themes/icons3d/
share/bombermaze/themes/icons3d/README
share/bombermaze/themes/icons3d/bomb.png
share/bombermaze/themes/icons3d/brick.png
share/bombermaze/themes/icons3d/fire.png
share/bombermaze/themes/icons3d/floor.png
share/bombermaze/themes/icons3d/player1.png
share/bombermaze/themes/icons3d/player2.png
share/bombermaze/themes/icons3d/player3.png
share/bombermaze/themes/icons3d/player4.png
share/bombermaze/themes/icons3d/powerup.png
share/bombermaze/themes/icons3d/wall.png
share/bombermaze/themes/space/
share/bombermaze/themes/space/README
share/bombermaze/themes/space/bomb.png
share/bombermaze/themes/space/brick.png
share/bombermaze/themes/space/fire.png
share/bombermaze/themes/space/floor.png
share/bombermaze/themes/space/player1.png
share/bombermaze/themes/space/player2.png
share/bombermaze/themes/space/player3.png
share/bombermaze/themes/space/player4.png
share/bombermaze/themes/space/powerup.png
share/bombermaze/themes/space/wall.png
share/gnome/
share/gnome/apps/
share/gnome/apps/Games/
share/gnome/apps/Games/bombermaze.desktop
share/gnome/help/
share/gnome/help/bombermaze/
share/gnome/help/bombermaze/C/
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/pixmaps/
share/pixmaps/bombermaze.png