# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # games/barrage/Makefile # games/barrage/distinfo # games/barrage/files # games/barrage/pkg-descr # games/barrage/pkg-plist # games/barrage/files/patch-configure # echo x - games/barrage/Makefile sed 's/^X//' >games/barrage/Makefile << 'END-of-games/barrage/Makefile' X# New ports collection makefile for: barrage X# Date created: 23 April 2003 X# Whom: Kirill Ponomarew X# X# $FreeBSD$ X# X XPORTNAME= barrage XPORTVERSION= 1.0 XCATEGORIES= games XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= lgames XDISTNAME= ${PORTNAME}-${PORTVERSION} X XMAINTAINER= ponomarew@oberon.net XCOMMENT= Destroy as many targets as possible X XLIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \ X SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer X XSDL_CONFIG= ${LOCALBASE}/bin/sdl11-config X XUSE_GMAKE= yes XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --with-profile-path=/var/games X XCONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \ X CPPFLAGS="-I${X11BASE}/include" X Xpost-install: X ${CHMOD} 0755 ${PREFIX}/bin/${PORTNAME} X X.include END-of-games/barrage/Makefile echo x - games/barrage/distinfo sed 's/^X//' >games/barrage/distinfo << 'END-of-games/barrage/distinfo' XMD5 (barrage-1.0.tar.gz) = 85f1c2fec26ba73d21395aeeea008b9b END-of-games/barrage/distinfo echo c - games/barrage/files mkdir -p games/barrage/files > /dev/null 2>&1 echo x - games/barrage/pkg-descr sed 's/^X//' >games/barrage/pkg-descr << 'END-of-games/barrage/pkg-descr' XBarrage is a rather violent action game with the objective to kill and destroy Xas many targets as possible within 3 minutes. X XWWW: http://lgames.sourceforge.net/index.php?project=Barrage END-of-games/barrage/pkg-descr echo x - games/barrage/pkg-plist sed 's/^X//' >games/barrage/pkg-plist << 'END-of-games/barrage/pkg-plist' Xbin/barrage Xshare/barrage/gfx/ammo.bmp Xshare/barrage/gfx/crater.bmp Xshare/barrage/gfx/cursors.bmp Xshare/barrage/gfx/ft_neon.bmp Xshare/barrage/gfx/ft_red.bmp Xshare/barrage/gfx/ft_red14.bmp Xshare/barrage/gfx/ft_yellow.bmp Xshare/barrage/gfx/ground.bmp Xshare/barrage/gfx/gun.bmp Xshare/barrage/gfx/icons.bmp Xshare/barrage/gfx/logo.bmp Xshare/barrage/gfx/particles.bmp Xshare/barrage/gfx/shots.bmp Xshare/barrage/gfx/small_crater.bmp Xshare/barrage/gfx/trees.bmp Xshare/barrage/gfx/units.bmp Xshare/barrage/sounds/autocannon.wav Xshare/barrage/sounds/click.wav Xshare/barrage/sounds/expl1.wav Xshare/barrage/sounds/expl2.wav Xshare/barrage/sounds/expl3.wav Xshare/barrage/sounds/gunfire.wav Xshare/barrage/sounds/highlight.wav Xshare/barrage/sounds/scream1.wav Xshare/barrage/sounds/scream2.wav X@dirrm share/barrage/sounds X@dirrm share/barrage/gfx X@dirrm share/barrage X@cwd /var/games END-of-games/barrage/pkg-plist echo x - games/barrage/files/patch-configure sed 's/^X//' >games/barrage/files/patch-configure << 'END-of-games/barrage/files/patch-configure' X--- configure.orig Tue Apr 22 23:50:13 2003 X+++ configure Tue Apr 22 23:55:27 2003 X@@ -1421,7 +1421,7 @@ X X X X-src_dir="$datadir/games/barrage" X+src_dir="$datadir/barrage" X X # Check whether --enable-install or --disable-install was given. X if test "${enable_install+set}" = set; then END-of-games/barrage/files/patch-configure exit