diff --git a/games/barrage/Makefile b/games/barrage/Makefile index 7f4c70521de6..2fde5d717528 100644 --- a/games/barrage/Makefile +++ b/games/barrage/Makefile @@ -6,17 +6,17 @@ # PORTNAME= barrage -PORTVERSION= 1.0.1 -PORTREVISION= 2 +PORTVERSION= 1.0.2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= lgames DISTNAME= ${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= az@inec.ru COMMENT= Destroy as many targets as possible USE_GMAKE= yes +USE_GETOPT_LONG=yes USE_SDL= sdl mixer GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-profile-path=/var/games diff --git a/games/barrage/distinfo b/games/barrage/distinfo index 22e5448c342b..bccfd9314855 100644 --- a/games/barrage/distinfo +++ b/games/barrage/distinfo @@ -1,2 +1,2 @@ -MD5 (barrage-1.0.1.tar.gz) = 5ed847cf05d51f80c7e49d71af7c7938 -SIZE (barrage-1.0.1.tar.gz) = 454736 +MD5 (barrage-1.0.2.tar.gz) = 5dbecef907eb27215e8cc047eae2ee90 +SIZE (barrage-1.0.2.tar.gz) = 455336 diff --git a/games/barrage/pkg-plist b/games/barrage/pkg-plist index 675d9276fb5d..c3b41b7ca14c 100644 --- a/games/barrage/pkg-plist +++ b/games/barrage/pkg-plist @@ -1,33 +1,33 @@ bin/barrage share/applnk/Applications/barrage.desktop -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 +%%DATADIR%%/gfx/ammo.bmp +%%DATADIR%%/gfx/crater.bmp +%%DATADIR%%/gfx/cursors.bmp +%%DATADIR%%/gfx/ft_neon.bmp +%%DATADIR%%/gfx/ft_red.bmp +%%DATADIR%%/gfx/ft_red14.bmp +%%DATADIR%%/gfx/ft_yellow.bmp +%%DATADIR%%/gfx/ground.bmp +%%DATADIR%%/gfx/gun.bmp +%%DATADIR%%/gfx/icons.bmp +%%DATADIR%%/gfx/logo.bmp +%%DATADIR%%/gfx/particles.bmp +%%DATADIR%%/gfx/shots.bmp +%%DATADIR%%/gfx/small_crater.bmp +%%DATADIR%%/gfx/trees.bmp +%%DATADIR%%/gfx/units.bmp +%%DATADIR%%/sounds/autocannon.wav +%%DATADIR%%/sounds/click.wav +%%DATADIR%%/sounds/expl1.wav +%%DATADIR%%/sounds/expl2.wav +%%DATADIR%%/sounds/expl3.wav +%%DATADIR%%/sounds/gunfire.wav +%%DATADIR%%/sounds/highlight.wav +%%DATADIR%%/sounds/scream1.wav +%%DATADIR%%/sounds/scream2.wav @unexec rmdir %D/share/applnk/Applications/ 2>/dev/null || true @unexec rmdir %D/share/applnk 2>/dev/null || true -@dirrm share/barrage/sounds -@dirrm share/barrage/gfx -@dirrm share/barrage +@dirrm %%DATADIR%%/sounds +@dirrm %%DATADIR%%/gfx +@dirrm %%DATADIR%% @cwd /var/games