mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
New port: games/volleyball A game similar to GNU Arcade Volleyball
Volleyball is a simple sports game, starring two penguins. Is a two player game, and follows the basic rules of actual Volleyball. Each player hits the ball, trying to reach the opponents field. If the ball touches the floor of the opponents field, the player scores one point. WWW: http://www.losersjuegos.com.ar/juegos/volleyball/volleyball.php PR: ports/87175 Submitted by: Dmitry Marakasov <amdmi3@mail.ru>
This commit is contained in:
parent
07e3d7237d
commit
47dca63ab4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145494
@ -581,6 +581,7 @@
|
||||
SUBDIR += vectoroids
|
||||
SUBDIR += virt
|
||||
SUBDIR += viruskiller
|
||||
SUBDIR += volleyball
|
||||
SUBDIR += vor
|
||||
SUBDIR += wanderer
|
||||
SUBDIR += wargus
|
||||
|
35
games/volleyball/Makefile
Normal file
35
games/volleyball/Makefile
Normal file
@ -0,0 +1,35 @@
|
||||
# New ports collection makefile for: volleyball
|
||||
# Date created: 09 Oct 2005
|
||||
# Whom: Dmitry Marakasov <amdmi3@mail.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= volleyball
|
||||
PORTVERSION= 0.8
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://www.losersjuegos.com.ar/juegos/volleyball/descargas/
|
||||
DISTNAME= ${PORTNAME}20051004
|
||||
|
||||
MAINTAINER= amdmi3@mail.ru
|
||||
COMMENT= A game similar to GNU Arcade Volleyball
|
||||
|
||||
USE_SDL= sdl
|
||||
USE_GMAKE= yes
|
||||
MAKE_ARGS= CC="${CC}" CFLAGS="`${SDL_CONFIG} --cflags` ${CFLAGS}" \
|
||||
LDFLAGS="`${SDL_CONFIG} --libs`"
|
||||
ALL_TARGET= volleyball
|
||||
USE_REINPLACE= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}/paso_8
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|ima/|${DATADIR}/|' ${WRKSRC}/*.c
|
||||
@${REINPLACE_CMD} -e 's|^\([LDC]*FLAGS\)|#\1|' ${WRKSRC}/Makefile
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/volleyball ${PREFIX}/bin/
|
||||
${MKDIR} ${DATADIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/ima/* ${DATADIR}/
|
||||
|
||||
.include <bsd.port.mk>
|
2
games/volleyball/distinfo
Normal file
2
games/volleyball/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (volleyball20051004.tar.gz) = ecb73928e6102d8a6788a98b7c631495
|
||||
SIZE (volleyball20051004.tar.gz) = 366477
|
9
games/volleyball/pkg-descr
Normal file
9
games/volleyball/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
Volleyball is a simple sports game, starring two penguins. Is a two
|
||||
player game, and follows the basic rules of actual Volleyball. Each
|
||||
player hits the ball, trying to reach the opponents field. If the
|
||||
ball touches the floor of the opponents field, the player scores
|
||||
one point.
|
||||
|
||||
WWW: http://www.losersjuegos.com.ar/juegos/volleyball/volleyball.php
|
||||
|
||||
- Dmitry Marakasov <amdmi3@mail.ru>
|
8
games/volleyball/pkg-plist
Normal file
8
games/volleyball/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
bin/volleyball
|
||||
%%DATADIR%%/LICENSE-KIND.FILES
|
||||
%%DATADIR%%/fondo.bmp
|
||||
%%DATADIR%%/fuente.bmp
|
||||
%%DATADIR%%/pelota.bmp
|
||||
%%DATADIR%%/personaje_1.bmp
|
||||
%%DATADIR%%/personaje_2.bmp
|
||||
@dirrm %%DATADIR%%
|
Loading…
Reference in New Issue
Block a user