- Rename games/frozenbubble to frozen-bubble to match upstream

- Add DESKTOP_ENTRIES
- Fix build with clang
This commit is contained in:
Max Brazhnikov 2013-11-08 13:04:41 +00:00
parent 5130dbec4c
commit 3405c3ac2b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333219
6 changed files with 13 additions and 1 deletions

1
MOVED
View file

@ -5176,3 +5176,4 @@ devel/pure-stldict|devel/pure-stllib|2013-11-07|Removed: Use devel/pure-stllib i
devel/pure-stlvec|devel/pure-stllib|2013-11-07|Removed: Use devel/pure-stllib instead devel/pure-stlvec|devel/pure-stllib|2013-11-07|Removed: Use devel/pure-stllib instead
textproc/lexxia||2013-11-07|Removed no public distfile available anymore textproc/lexxia||2013-11-07|Removed no public distfile available anymore
textproc/docproj-nojadetex||2013-11-07|Removed textproc/docproj-nojadetex||2013-11-07|Removed
games/frozenbubble|games/frozen-bubble|2013-11-08|Renamed to match upstream naming

View file

@ -288,7 +288,7 @@
SUBDIR += frobtads SUBDIR += frobtads
SUBDIR += frogatto SUBDIR += frogatto
SUBDIR += frotz SUBDIR += frotz
SUBDIR += frozenbubble SUBDIR += frozen-bubble
SUBDIR += fteqw SUBDIR += fteqw
SUBDIR += ftjava SUBDIR += ftjava
SUBDIR += fuhquake SUBDIR += fuhquake

View file

@ -3,6 +3,7 @@
PORTNAME= frozen-bubble PORTNAME= frozen-bubble
DISTVERSION= 2.2.1-beta1 DISTVERSION= 2.2.1-beta1
PORTREVISION= 1
CATEGORIES= games CATEGORIES= games
MASTER_SITES= http://www.frozen-bubble.org/data/ MASTER_SITES= http://www.frozen-bubble.org/data/
@ -25,5 +26,14 @@ USES= perl5 pkgconfig
USE_BZIP2= yes USE_BZIP2= yes
USE_PERL5= modbuild USE_PERL5= modbuild
USE_SDL= mixer pango sdl ttf USE_SDL= mixer pango sdl ttf
CFLAGS+= -Qunused-arguments
DESKTOP_ENTRIES= "Frozen Bubble" "" \
"${PREFIX}/share/pixmaps/frozen-bubble.png" \
"${PORTNAME}" "ArcadeGame;Game;" true
post-install:
${INSTALL_DATA} ${WRKSRC}/share/icons/frozen-bubble-icon-64x64.png \
${STAGEDIR}${PREFIX}/share/pixmaps/frozen-bubble.png
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -3273,6 +3273,7 @@ bin/frozen-bubble-editor
%%SITE_PERL%%/%%PERL_ARCH%%/auto/share/dist/Games-FrozenBubble/snd/typewriter.ogg %%SITE_PERL%%/%%PERL_ARCH%%/auto/share/dist/Games-FrozenBubble/snd/typewriter.ogg
man/man1/frozen-bubble-editor.1.gz man/man1/frozen-bubble-editor.1.gz
man/man1/frozen-bubble.1.gz man/man1/frozen-bubble.1.gz
share/pixmaps/frozen-bubble.png
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/share/dist/Games-FrozenBubble/snd @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/share/dist/Games-FrozenBubble/snd
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/share/dist/Games-FrozenBubble/locale @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/share/dist/Games-FrozenBubble/locale
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/share/dist/Games-FrozenBubble/icons @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/share/dist/Games-FrozenBubble/icons