OpenBubbles is a clone of Evan Bailey's game Bubbles.

WWW: http://www.freewebs.com/lasindi/openbubbles/

PR:		ports/179944
Submitted by:	nemysis (self)
This commit is contained in:
Rusmir Dusko 2014-02-04 01:30:08 +00:00
parent 3dffd6c4ad
commit 90f50c8b1e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342482
5 changed files with 130 additions and 0 deletions

View File

@ -669,6 +669,7 @@
SUBDIR += openarena-oax
SUBDIR += openarena-server
SUBDIR += openastromenace
SUBDIR += openbubbles
SUBDIR += opencity
SUBDIR += opengfx
SUBDIR += openglad

View File

@ -0,0 +1,44 @@
# Created by: Rusmir Dusko <nemysis@FreeBSD.org>
# $FreeBSD$
PORTNAME= openbubbles
PORTVERSION= 1.2
CATEGORIES= games
MASTER_SITES= http://www.freewebs.com/lasindi/${PORTNAME}/ \
SF/nemysisfreebsdp/${CATEGORIES}/:icons
DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \
${PORTNAME}_icons${EXTRACT_SUFX}:icons
MAINTAINER= nemysis@FreeBSD.org
COMMENT= Clone of Evan Bailey's game Bubbles
LICENSE= GPLv2
USE_BZIP2= yes
USE_SDL= sdl gfx image
GNU_CONFIGURE= yes
CFLAGS+= -w
PORTDOCS= AUTHORS ChangeLog NEWS README
OPTIONS_DEFINE= DOCS
INSTALLS_ICONS= yes
ICON_SIZES= 32x32 48x48 64x64 72x72 96x96 128x128
DESKTOP_ENTRIES="OpenBubbles" "" "${PORTNAME}" \
"${PORTNAME}" "Game;ArcadeGame;" ""
post-install:
.for s in ${ICON_SIZES}
@${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}/apps/
${INSTALL_DATA} ${WRKDIR}/${PORTNAME}_${s}.png \
${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}/apps/${PORTNAME}.png
.endfor
${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png \
${STAGEDIR}${PREFIX}/share/pixmaps/
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
SHA256 (openbubbles-1.2.tar.bz2) = 7d5d4633a4881559f475b0b9e3778d593f856dd1dbf0acf979b79852f8d63dbb
SIZE (openbubbles-1.2.tar.bz2) = 1090220
SHA256 (openbubbles_icons.tar.bz2) = 7c2f931abf581a9461d4373bb33390febb1cfed86d1eb9acac973ae97dbc14de
SIZE (openbubbles_icons.tar.bz2) = 35383

View File

@ -0,0 +1,3 @@
OpenBubbles is a clone of Evan Bailey's game Bubbles.
WWW: http://www.freewebs.com/lasindi/openbubbles/

View File

@ -0,0 +1,78 @@
bin/openbubbles
share/icons/hicolor/128x128/apps/openbubbles.png
share/icons/hicolor/32x32/apps/openbubbles.png
share/icons/hicolor/48x48/apps/openbubbles.png
share/icons/hicolor/64x64/apps/openbubbles.png
share/icons/hicolor/72x72/apps/openbubbles.png
share/icons/hicolor/96x96/apps/openbubbles.png
%%DATADIR%%/abubble.png
%%DATADIR%%/blank.png
%%DATADIR%%/blankscore.png
%%DATADIR%%/bonus1.png
%%DATADIR%%/bonus2.png
%%DATADIR%%/bounce.wav
%%DATADIR%%/bouncer.png
%%DATADIR%%/bubble.png
%%DATADIR%%/bubble.wav
%%DATADIR%%/cancel.png
%%DATADIR%%/cancel_hilight.png
%%DATADIR%%/cancel_pressed.png
%%DATADIR%%/check.png
%%DATADIR%%/check_hilight.png
%%DATADIR%%/check_pressed.png
%%DATADIR%%/checkbox.png
%%DATADIR%%/checkbox_hilight.png
%%DATADIR%%/checkboxshot.png
%%DATADIR%%/checkshot.png
%%DATADIR%%/clear.png
%%DATADIR%%/clear_hilight.png
%%DATADIR%%/clear_pressed.png
%%DATADIR%%/clearshot.png
%%DATADIR%%/copyright.png
%%DATADIR%%/cursor.png
%%DATADIR%%/digits.png
%%DATADIR%%/enterback.png
%%DATADIR%%/fire.wav
%%DATADIR%%/font.png
%%DATADIR%%/font2.png
%%DATADIR%%/gameover.png
%%DATADIR%%/gameover.wav
%%DATADIR%%/gameshot.png
%%DATADIR%%/highback.png
%%DATADIR%%/highbanner.png
%%DATADIR%%/highscores.png
%%DATADIR%%/highscores_hilight.png
%%DATADIR%%/highscores_pressed.png
%%DATADIR%%/highshot.png
%%DATADIR%%/icon.xpm
%%DATADIR%%/icon59.png
%%DATADIR%%/instructions.png
%%DATADIR%%/instructions_button.png
%%DATADIR%%/instructions_hilight.png
%%DATADIR%%/instructions_pressed.png
%%DATADIR%%/instructionsshot.png
%%DATADIR%%/labels.png
%%DATADIR%%/logo.png
%%DATADIR%%/menushot.png
%%DATADIR%%/missle.png
%%DATADIR%%/ok.png
%%DATADIR%%/ok_hilight.png
%%DATADIR%%/ok_pressed.png
%%DATADIR%%/pi.png
%%DATADIR%%/player.png
%%DATADIR%%/quit.png
%%DATADIR%%/quit_hilight.png
%%DATADIR%%/quit_pressed.png
%%DATADIR%%/return.png
%%DATADIR%%/return_hilight.png
%%DATADIR%%/return_pressed.png
%%DATADIR%%/returnshot.png
%%DATADIR%%/sharky.png
%%DATADIR%%/start.png
%%DATADIR%%/start_hilight.png
%%DATADIR%%/start_pressed.png
%%DATADIR%%/version.png
%%DATADIR%%/visit.png
%%DATADIR%%/youwin.png
share/pixmaps/openbubbles.png
@dirrm %%DATADIR%%