diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-04-27 16:34:24 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-04-27 16:34:24 +0000 |
commit | 18b67ce51d18e36347dca289b01c7bec7f051f43 (patch) | |
tree | 3b29c3249a4686cfff01c941f908b82a251cd713 | |
parent | New port: lookat (diff) |
New port: barrage
Barrage is a rather violent action game with the objective to kill and destroy
as many targets as possible within 3 minutes.
PR: 51297
Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
Notes
Notes:
svn path=/head/; revision=79753
Diffstat (limited to '')
-rw-r--r-- | games/Makefile | 1 | ||||
-rw-r--r-- | games/barrage/Makefile | 33 | ||||
-rw-r--r-- | games/barrage/distinfo | 1 | ||||
-rw-r--r-- | games/barrage/files/patch-configure | 11 | ||||
-rw-r--r-- | games/barrage/pkg-descr | 4 | ||||
-rw-r--r-- | games/barrage/pkg-plist | 30 |
6 files changed, 80 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index 51a3db53aad1..3540c515d854 100644 --- a/games/Makefile +++ b/games/Makefile @@ -28,6 +28,7 @@ SUBDIR += atomix SUBDIR += awele SUBDIR += baduki + SUBDIR += barrage SUBDIR += battalion SUBDIR += battleball SUBDIR += biorythm diff --git a/games/barrage/Makefile b/games/barrage/Makefile new file mode 100644 index 000000000000..0fa9bbfc9490 --- /dev/null +++ b/games/barrage/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: barrage +# Date created: 23 April 2003 +# Whom: Kirill Ponomarew <ponomarew@oberon.net> +# +# $FreeBSD$ +# + +PORTNAME= barrage +PORTVERSION= 1.0 +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= lgames +DISTNAME= ${PORTNAME}-${PORTVERSION} + +MAINTAINER= ponomarew@oberon.net +COMMENT= Destroy as many targets as possible + +LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \ + SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer + +SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config + +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-profile-path=/var/games + +CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \ + CPPFLAGS="-I${X11BASE}/include" + +post-install: + ${CHMOD} 0755 ${PREFIX}/bin/${PORTNAME} + +.include <bsd.port.mk> diff --git a/games/barrage/distinfo b/games/barrage/distinfo new file mode 100644 index 000000000000..1f89b0134cae --- /dev/null +++ b/games/barrage/distinfo @@ -0,0 +1 @@ +MD5 (barrage-1.0.tar.gz) = 85f1c2fec26ba73d21395aeeea008b9b diff --git a/games/barrage/files/patch-configure b/games/barrage/files/patch-configure new file mode 100644 index 000000000000..af31b0a889e4 --- /dev/null +++ b/games/barrage/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Tue Apr 22 23:50:13 2003 ++++ configure Tue Apr 22 23:55:27 2003 +@@ -1421,7 +1421,7 @@ + + + +-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 diff --git a/games/barrage/pkg-descr b/games/barrage/pkg-descr new file mode 100644 index 000000000000..3b149c4a2fb3 --- /dev/null +++ b/games/barrage/pkg-descr @@ -0,0 +1,4 @@ +Barrage is a rather violent action game with the objective to kill and destroy +as many targets as possible within 3 minutes. + +WWW: http://lgames.sourceforge.net/index.php?project=Barrage diff --git a/games/barrage/pkg-plist b/games/barrage/pkg-plist new file mode 100644 index 000000000000..d47626c70053 --- /dev/null +++ b/games/barrage/pkg-plist @@ -0,0 +1,30 @@ +bin/barrage +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/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 +@dirrm share/barrage/sounds +@dirrm share/barrage/gfx +@dirrm share/barrage +@cwd /var/games |