diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2010-10-11 12:07:19 +0800 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2010-10-11 12:07:19 +0800 |
commit | 5b017f61e4cd7a29dde94e87d6b2a36e4206cb34 (patch) | |
tree | 4bda93bd0f5eab173e2bea3b48271bb9b7b21b54 /games | |
parent | bd33ba9cb75cd746a7f13852e8aa00109796679d (diff) | |
download | freebsd-ports-gnome-5b017f61e4cd7a29dde94e87d6b2a36e4206cb34.tar.gz freebsd-ports-gnome-5b017f61e4cd7a29dde94e87d6b2a36e4206cb34.tar.zst freebsd-ports-gnome-5b017f61e4cd7a29dde94e87d6b2a36e4206cb34.zip |
- Update to version 0.99.2.
Diffstat (limited to 'games')
-rw-r--r-- | games/bomns/Makefile | 4 | ||||
-rw-r--r-- | games/bomns/distinfo | 6 | ||||
-rw-r--r-- | games/bomns/pkg-plist | 13 |
3 files changed, 16 insertions, 7 deletions
diff --git a/games/bomns/Makefile b/games/bomns/Makefile index 2cde1c29662d..39f0acea8088 100644 --- a/games/bomns/Makefile +++ b/games/bomns/Makefile @@ -6,8 +6,7 @@ # PORTNAME= bomns -PORTVERSION= 0.99.1 -PORTREVISION= 9 +PORTVERSION= 0.99.2 CATEGORIES= games MASTER_SITES= SF/greenridge/Bomns%20for%20Linux/Bomns%20for%20Linux%20${PORTVERSION} @@ -17,6 +16,7 @@ COMMENT= The best old-school deathmatch game EVER (only for two players) USE_BZIP2= yes USE_SDL= mixer sdl WANT_GNOME= yes +INSTALLS_ICONS= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="`${SDL_CONFIG} --cflags`" \ diff --git a/games/bomns/distinfo b/games/bomns/distinfo index bf2c513ea9b1..ee4f5d14e2cb 100644 --- a/games/bomns/distinfo +++ b/games/bomns/distinfo @@ -1,3 +1,3 @@ -MD5 (bomns-0.99.1.tar.bz2) = 08bca3c88209a36221966678d5a7e4bc -SHA256 (bomns-0.99.1.tar.bz2) = c83d7beb2aec110a595d8f4a41ea5a3b4c1f2daab5afef57e88389840f861957 -SIZE (bomns-0.99.1.tar.bz2) = 839812 +MD5 (bomns-0.99.2.tar.bz2) = 249dcf45f86a220d8d177eab4414cce6 +SHA256 (bomns-0.99.2.tar.bz2) = 4be865ecde8798e6635874f714c27f3bc06a4bb2af871c386a952ad7c4d5bfa7 +SIZE (bomns-0.99.2.tar.bz2) = 904065 diff --git a/games/bomns/pkg-plist b/games/bomns/pkg-plist index 3ac45dbfbf4e..d740304c6a8f 100644 --- a/games/bomns/pkg-plist +++ b/games/bomns/pkg-plist @@ -1,11 +1,14 @@ bin/bomns -%%EDITOR%%bin/bomnsedit -%%LAUNCHER%%bin/bomnslauncher2 +bin/bomnsedit +bin/bomnslauncher2 +share/applications/bomns.desktop +%%DATADIR%%/graphics/bomn32.bmp %%DATADIR%%/graphics/editor_cursor.bmp %%DATADIR%%/graphics/editor_hud.bmp %%DATADIR%%/graphics/font.bmp %%DATADIR%%/graphics/hud.bmp %%DATADIR%%/graphics/intro.bmp +%%DATADIR%%/graphics/objects-shiny.bmp %%DATADIR%%/graphics/objects.bmp %%DATADIR%%/graphics/players.bmp %%DATADIR%%/graphics/winscreen.bmp @@ -25,6 +28,12 @@ bin/bomns %%DATADIR%%/sounds/invulnerable.wav %%DATADIR%%/sounds/warp.wav %%DATADIR%%/sounds/winner.wav +share/icons/hicolor/128x128/apps/bomns.png +share/icons/hicolor/16x16/apps/bomns.png +share/icons/hicolor/256x256/apps/bomns.png +share/icons/hicolor/32x32/apps/bomns.png +share/icons/hicolor/48x48/apps/bomns.png +share/icons/hicolor/64x64/apps/bomns.png @dirrm %%DATADIR%%/sounds @dirrm %%DATADIR%%/levels @dirrm %%DATADIR%%/graphics |