Import brumbrumrally-0.5.

Brum Brum Rally is a simple 2D racing game with autogenerated tracks so
that you don't have to play the same tracks over and over again.

It's possible to play single races or tournaments with up to eight
players at the same time. You can play with your friends on the same
computer and/or with other people over a network (Internet or LAN).

It's also possible play alone against the computer, or against the clock
by trying to finish a race as fast as possible in the time trial mode.

ok landry@
This commit is contained in:
bentley 2015-12-05 13:01:35 +00:00
parent 48c9a78d34
commit 087177e878
5 changed files with 90 additions and 0 deletions

View File

@ -0,0 +1,29 @@
# $OpenBSD: Makefile,v 1.1.1.1 2015/12/05 13:01:35 bentley Exp $
COMMENT = racing game with randomized tracks
DISTNAME = brumbrumrally-0.5
CATEGORIES = games
HOMEPAGE = http://dataapa.net/brumbrumrally/
# GPLv3+
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += SDL SDL_image SDL_net c m pthread stdc++
MASTER_SITES = http://dataapa.net/brumbrumrally/files/
RUN_DEPENDS = devel/desktop-file-utils
LIB_DEPENDS = devel/sdl-image \
devel/sdl-net
MAKE_FLAGS = CXX="${CXX}" \
CXXFLAGS="${CXXFLAGS} `sdl-config --cflags`"
USE_GMAKE = Yes
NO_TEST = Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (brumbrumrally-0.5.tar.gz) = RkP5t37OwGneP7wjf16yde2kT1bRGIbxw09v4v5JPcE=
SIZE (brumbrumrally-0.5.tar.gz) = 147704

View File

@ -0,0 +1,20 @@
$OpenBSD: patch-Makefile,v 1.1.1.1 2015/12/05 13:01:35 bentley Exp $
--- Makefile.orig Fri Dec 4 12:52:33 2015
+++ Makefile Fri Dec 4 12:52:40 2015
@@ -53,13 +53,13 @@ install-exec: $(EXE)
install-data:
install -d $(DESTDIR)$(DATADIR)/$(EXE)
- cp -a data/* $(DESTDIR)$(DATADIR)/$(EXE)
+ cp -R data/* $(DESTDIR)$(DATADIR)/$(EXE)
install-desktop:
install -d $(DESTDIR)$(ICONDIR)
- cp -a data/images/icon.png $(DESTDIR)$(ICONDIR)/$(EXE).png
+ cp data/images/icon.png $(DESTDIR)$(ICONDIR)/$(EXE).png
install -d $(DESTDIR)$(APPDIR)
- cp -a desktop $(DESTDIR)$(APPDIR)/$(EXE).desktop
+ cp desktop $(DESTDIR)$(APPDIR)/$(EXE).desktop
uninstall: uninstall-exec uninstall-data uninstall-desktop

View File

@ -0,0 +1,9 @@
Brum Brum Rally is a simple 2D racing game with autogenerated tracks so
that you don't have to play the same tracks over and over again.
It's possible to play single races or tournaments with up to eight
players at the same time. You can play with your friends on the same
computer and/or with other people over a network (Internet or LAN).
It's also possible play alone against the computer, or against the clock
by trying to finish a race as fast as possible in the time trial mode.

View File

@ -0,0 +1,30 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2015/12/05 13:01:35 bentley Exp $
@bin bin/brumbrumrally
share/applications/brumbrumrally.desktop
share/brumbrumrally/
share/brumbrumrally/COPYRIGHTS
share/brumbrumrally/fonts/
share/brumbrumrally/fonts/big.font
share/brumbrumrally/fonts/big.png
share/brumbrumrally/fonts/small.font
share/brumbrumrally/fonts/small.png
share/brumbrumrally/images/
share/brumbrumrally/images/car_stat_background.png
share/brumbrumrally/images/cars.png
share/brumbrumrally/images/icon.png
share/brumbrumrally/pointers/
share/brumbrumrally/pointers/arrow.png
share/brumbrumrally/pointers/cross.png
share/brumbrumrally/pointers/crosshair.png
share/brumbrumrally/pointers/dot.png
share/brumbrumrally/pointers/hand.png
share/brumbrumrally/pointers/standard.png
share/brumbrumrally/tilesets/
share/brumbrumrally/tilesets/cargo.png
share/brumbrumrally/tilesets/city.png
share/brumbrumrally/tilesets/forest.png
share/brumbrumrally/tilesets/space.png
share/pixmaps/
share/pixmaps/brumbrumrally.png
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database