mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Add bombermaze - a bomberman clone for GNOME desktop.
This commit is contained in:
parent
36ad2eeff9
commit
f2c0d93485
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31024
@ -25,6 +25,7 @@
|
||||
SUBDIR += blue
|
||||
SUBDIR += bnetd
|
||||
SUBDIR += bogged
|
||||
SUBDIR += bombermaze
|
||||
SUBDIR += bs
|
||||
SUBDIR += bugsx
|
||||
SUBDIR += CaribbeanStud
|
||||
|
43
games/bombermaze/Makefile
Normal file
43
games/bombermaze/Makefile
Normal file
@ -0,0 +1,43 @@
|
||||
# New ports collection makefile for: bombermaze
|
||||
# Date created: 25 July 2000
|
||||
# Whom: Maxim Sobolev
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= bombermaze
|
||||
PORTVERSION= 0.4.1
|
||||
CATEGORIES= games gnome
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= sobomax@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \
|
||||
gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf
|
||||
RUN_DEPENDS= gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
|
||||
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
||||
|
||||
CFLAGS+= -fpermissive
|
||||
|
||||
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
|
||||
--datadir=${PREFIX}/share/gnome
|
||||
CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" \
|
||||
GTK_CONFIG="${GTK_CONFIG}" \
|
||||
CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
post-extract:
|
||||
@${PERL} -pi -e 's|-lpthread|-pthread|g ; \
|
||||
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
||||
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
|
||||
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
|
||||
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
|
||||
|
||||
.include <bsd.port.mk>
|
1
games/bombermaze/distinfo
Normal file
1
games/bombermaze/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (bombermaze-0.4.1.tar.gz) = 2a2586886c519fa1dbca955950a252ca
|
1
games/bombermaze/pkg-comment
Normal file
1
games/bombermaze/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A Bomberman clone for GNOME
|
7
games/bombermaze/pkg-descr
Normal file
7
games/bombermaze/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
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://bombermaze.sourceforge.net/
|
26
games/bombermaze/pkg-plist
Normal file
26
games/bombermaze/pkg-plist
Normal file
@ -0,0 +1,26 @@
|
||||
bin/bombermaze
|
||||
share/gnome/apps/Games/bombermaze.desktop
|
||||
share/gnome/bombermaze/11x11.map
|
||||
share/gnome/bombermaze/11x11random.map
|
||||
share/gnome/bombermaze/15x13.map
|
||||
share/gnome/bombermaze/15x13random.map
|
||||
share/gnome/bombermaze/15x15.map
|
||||
share/gnome/bombermaze/15x15random.map
|
||||
share/gnome/help/bombermaze/C/index.html
|
||||
share/gnome/help/bombermaze/C/topic.dat
|
||||
share/gnome/pixmaps/bombermaze.png
|
||||
share/gnome/pixmaps/bombermaze/bomb.png
|
||||
share/gnome/pixmaps/bombermaze/brick.png
|
||||
share/gnome/pixmaps/bombermaze/fire.png
|
||||
share/gnome/pixmaps/bombermaze/floor.png
|
||||
share/gnome/pixmaps/bombermaze/player1.png
|
||||
share/gnome/pixmaps/bombermaze/player2.png
|
||||
share/gnome/pixmaps/bombermaze/player3.png
|
||||
share/gnome/pixmaps/bombermaze/player4.png
|
||||
share/gnome/pixmaps/bombermaze/powerup.png
|
||||
share/gnome/pixmaps/bombermaze/title.png
|
||||
share/gnome/pixmaps/bombermaze/wall.png
|
||||
@dirrm share/gnome/pixmaps/bombermaze
|
||||
@dirrm share/gnome/help/bombermaze/C
|
||||
@dirrm share/gnome/help/bombermaze
|
||||
@dirrm share/gnome/bombermaze
|
Loading…
Reference in New Issue
Block a user