mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
A snake game with 8 levels. Great if you need to shut off your brain
for a few minutes and occupy your hands in the meantime. Guaranteed no adrenaline rush! WWW: http://www.junoplay.com/ PR: ports/98965 Submitted by: Dmitry Marakasov <amdmi3@mail.ru>
This commit is contained in:
parent
4f6d33ffca
commit
57e670f3f8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=165553
@ -61,6 +61,7 @@
|
||||
SUBDIR += battleball
|
||||
SUBDIR += biloba
|
||||
SUBDIR += biorythm
|
||||
SUBDIR += bitefusion
|
||||
SUBDIR += blackjack
|
||||
SUBDIR += blinkensisters
|
||||
SUBDIR += blobandconquer
|
||||
|
36
games/bitefusion/Makefile
Normal file
36
games/bitefusion/Makefile
Normal file
@ -0,0 +1,36 @@
|
||||
# New ports collection makefile for: bitefusion
|
||||
# Date created: 14 Jun 2006
|
||||
# Whom: Dmitry Marakasov <amdmi3@mail.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= bitefusion
|
||||
PORTVERSION= 1.0.0
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://www.junoplay.com/files/
|
||||
|
||||
MAINTAINER= amdmi3@mail.ru
|
||||
COMMENT= A snake game with 8 levels
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_SDL= sdl
|
||||
USE_GCC= 3.4+
|
||||
CONFIGURE_ENV= CPPFLAGS="`${SDL_CONFIG} --cflags`" \
|
||||
LDFLAGS="`${SDL_CONFIG} --libs`"
|
||||
|
||||
PLIST_FILES= bin/bitefusion
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|SDL/|SDL11/|' ${WRKSRC}/*.c
|
||||
@${REINPLACE_CMD} -e 's|-linux-gnu|-portbld-freebsd|' \
|
||||
${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e 's|-lSDL||' ${WRKSRC}/Makefile.in
|
||||
.if ${OSVERSION} < 500000
|
||||
@${REINPLACE_CMD} -e 's|stdint.h|sys/inttypes.h|' ${WRKSRC}/image.c
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
games/bitefusion/distinfo
Normal file
3
games/bitefusion/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (bitefusion-1.0.0.tar.gz) = ddbbab99db5b26623842a202f6a18fa0
|
||||
SHA256 (bitefusion-1.0.0.tar.gz) = 6dd60f43bf7f0ce8d47a5854dac079ff9ba1b6f763210a91fb1d0641241f8399
|
||||
SIZE (bitefusion-1.0.0.tar.gz) = 279538
|
5
games/bitefusion/pkg-descr
Normal file
5
games/bitefusion/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
A snake game with 8 levels. Great if you need to shut off your brain
|
||||
for a few minutes and occupy your hands in the meantime. Guaranteed
|
||||
no adrenaline rush!
|
||||
|
||||
WWW: http://www.junoplay.com/
|
Loading…
Reference in New Issue
Block a user