mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-03 11:12:13 +00:00
Arkanoid: Space Ball will be a surprise for the amateurs of unusual and
picturesque games as Arkanoid and space games. Everybody who wishes to spend time perfectly will take a pleasure in Arkanoid: Space Ball too. A futuristic atmosphere, modern techno-style graphics, a dynamical gameplay and an excellent soundtrack give this game as a present for all Arkanoids admirers. WWW: http://www.tinyorange.com/arkanoid-games/arkanoid-space-ball.html PR: ports/179947 Submitted by: nemysis (self) Approved by: pawel (mentor)
This commit is contained in:
parent
c7db7eafb3
commit
b5402beeaa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331761
@ -42,6 +42,7 @@
|
||||
SUBDIR += aop
|
||||
SUBDIR += apoolGL
|
||||
SUBDIR += apricots
|
||||
SUBDIR += arkanoidsb
|
||||
SUBDIR += armagetron
|
||||
SUBDIR += arx-libertatis
|
||||
SUBDIR += asc
|
||||
|
43
games/arkanoidsb/Makefile
Normal file
43
games/arkanoidsb/Makefile
Normal file
@ -0,0 +1,43 @@
|
||||
# Created by: Rusmir Dusko <nemysis@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= arkanoidsb
|
||||
PORTVERSION= 1.3.2.10
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://www.wegroup.org/downloads/
|
||||
|
||||
MAINTAINER= nemysis@FreeBSD.org
|
||||
COMMENT= Arkanoid and space game
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
USE_BZIP2= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
NO_BUILD= yes
|
||||
USE_LINUX= yes
|
||||
USE_LINUX_APPS= libogg sdlmixer sdlimage
|
||||
|
||||
SUB_FILES= ${PORTNAME}.sh
|
||||
|
||||
PORTDOCS= README
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
DESKTOP_ENTRIES="Arkanoid: Space Ball" "${COMMENT}" "${PORTNAME}" \
|
||||
"${PORTNAME}" "Game;ArcadeGame;" false
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME}
|
||||
@(cd ${WRKSRC} && ${COPYTREE_SHARE} res ${DATADIR})
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${DATADIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.png ${PREFIX}/share/pixmaps/
|
||||
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
2
games/arkanoidsb/distinfo
Normal file
2
games/arkanoidsb/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (arkanoidsb-1.3.2.10.tar.bz2) = 4eedf4205f11290e0e168c0224829056f5b5822fa0c99e06de1ed94bd4705669
|
||||
SIZE (arkanoidsb-1.3.2.10.tar.bz2) = 7207164
|
7
games/arkanoidsb/files/arkanoidsb.sh.in
Normal file
7
games/arkanoidsb/files/arkanoidsb.sh.in
Normal file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
cd "%%DATADIR%%"
|
||||
./arkanoidsb "${@}"
|
7
games/arkanoidsb/pkg-descr
Normal file
7
games/arkanoidsb/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
Arkanoid: Space Ball will be a surprise for the amateurs of unusual and
|
||||
picturesque games as Arkanoid and space games. Everybody who wishes to spend
|
||||
time perfectly will take a pleasure in Arkanoid: Space Ball too. A futuristic
|
||||
atmosphere, modern techno-style graphics, a dynamical gameplay and an
|
||||
excellent soundtrack give this game as a present for all Arkanoids admirers.
|
||||
|
||||
WWW: http://www.tinyorange.com/arkanoid-games/arkanoid-space-ball.html
|
9
games/arkanoidsb/pkg-plist
Normal file
9
games/arkanoidsb/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
bin/arkanoidsb
|
||||
%%DATADIR%%/arkanoidsb
|
||||
%%DATADIR%%/res/arkanoidsb.pak
|
||||
%%DATADIR%%/res/module01.ogg
|
||||
%%DATADIR%%/res/module02.ogg
|
||||
%%DATADIR%%/res/module03.s3m
|
||||
share/pixmaps/arkanoidsb.png
|
||||
@dirrm %%DATADIR%%/res
|
||||
@dirrm %%DATADIR%%
|
Loading…
x
Reference in New Issue
Block a user