import barrage 1.0.2
Barrage is a rather violent action game with the objective to kill and destroy as many targets as possible within 3 minutes. The player controls a gun that may either fire small or large grenades at soldiers, jeeps and tanks. It is a very simple gameplay though it is not that easy to get high scores. ok jasper@
This commit is contained in:
parent
a4d50a214e
commit
4ea60f04b4
27
games/barrage/Makefile
Normal file
27
games/barrage/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2007/06/26 22:56:49 simon Exp $
|
||||
|
||||
COMMENT= kill and destroy as many targets as possible in 3 minutes
|
||||
|
||||
DISTNAME= barrage-1.0.2
|
||||
CATEGORIES= games
|
||||
|
||||
HOMEPAGE= http://lgames.sourceforge.net/?project=Barrage
|
||||
|
||||
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= X11 Xext c m pthread usbhid
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lgames/}
|
||||
|
||||
LIB_DEPENDS= SDL::devel/sdl \
|
||||
SDL_mixer::devel/sdl-mixer
|
||||
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
|
||||
.include <bsd.port.mk>
|
5
games/barrage/distinfo
Normal file
5
games/barrage/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (barrage-1.0.2.tar.gz) = Xb7O+QfrJyFejMBH6uLukA==
|
||||
RMD160 (barrage-1.0.2.tar.gz) = O8r4GmLiXesLAJR7azyqL5/socE=
|
||||
SHA1 (barrage-1.0.2.tar.gz) = mpAUAC6n8LCfRyWPEOvA2sA5obo=
|
||||
SHA256 (barrage-1.0.2.tar.gz) = evtipTNv5wKiyIACetaDMm+UgzVuQXwRWDr58Ft6qA4=
|
||||
SIZE (barrage-1.0.2.tar.gz) = 455336
|
12
games/barrage/patches/patch-configure
Normal file
12
games/barrage/patches/patch-configure
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-configure,v 1.1.1.1 2007/06/26 22:56:49 simon Exp $
|
||||
--- configure.orig Mon Jun 25 13:31:34 2007
|
||||
+++ configure Mon Jun 25 13:31:43 2007
|
||||
@@ -1421,7 +1421,7 @@ fi
|
||||
|
||||
|
||||
|
||||
-src_dir="$datadir/games/barrage"
|
||||
+src_dir="$datadir/barrage"
|
||||
|
||||
# Check whether --enable-install or --disable-install was given.
|
||||
if test "${enable_install+set}" = set; then
|
5
games/barrage/pkg/DESCR
Normal file
5
games/barrage/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
Barrage is a rather violent action game with the objective to kill and
|
||||
destroy as many targets as possible within 3 minutes. The player
|
||||
controls a gun that may either fire small or large grenades at
|
||||
soldiers, jeeps and tanks. It is a very simple gameplay though it is
|
||||
not that easy to get high scores.
|
34
games/barrage/pkg/PLIST
Normal file
34
games/barrage/pkg/PLIST
Normal file
@ -0,0 +1,34 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/06/26 22:56:49 simon Exp $
|
||||
bin/barrage
|
||||
share/applications/
|
||||
share/applications/barrage.desktop
|
||||
share/barrage/
|
||||
share/barrage/gfx/
|
||||
share/barrage/gfx/ammo.bmp
|
||||
share/barrage/gfx/crater.bmp
|
||||
share/barrage/gfx/cursors.bmp
|
||||
share/barrage/gfx/ft_neon.bmp
|
||||
share/barrage/gfx/ft_red.bmp
|
||||
share/barrage/gfx/ft_red14.bmp
|
||||
share/barrage/gfx/ft_yellow.bmp
|
||||
share/barrage/gfx/ground.bmp
|
||||
share/barrage/gfx/gun.bmp
|
||||
share/barrage/gfx/icons.bmp
|
||||
share/barrage/gfx/logo.bmp
|
||||
share/barrage/gfx/particles.bmp
|
||||
share/barrage/gfx/shots.bmp
|
||||
share/barrage/gfx/small_crater.bmp
|
||||
share/barrage/gfx/trees.bmp
|
||||
share/barrage/gfx/units.bmp
|
||||
share/barrage/sounds/
|
||||
share/barrage/sounds/autocannon.wav
|
||||
share/barrage/sounds/click.wav
|
||||
share/barrage/sounds/expl1.wav
|
||||
share/barrage/sounds/expl2.wav
|
||||
share/barrage/sounds/expl3.wav
|
||||
share/barrage/sounds/gunfire.wav
|
||||
share/barrage/sounds/highlight.wav
|
||||
share/barrage/sounds/scream1.wav
|
||||
share/barrage/sounds/scream2.wav
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec %D/bin/update-desktop-database
|
Loading…
Reference in New Issue
Block a user