Date: Thu, 15 Jun 2006 04:14:16 +0400 (MSD) From: Dmitry Marakasov <amdmi3@mail.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/98965: [NEW PORT] games/bitefusion A snake game with 8 levels Message-ID: <20060615001416.9929F3C0@hades.panopticon> Resent-Message-ID: <200606150020.k5F0KGwF054609@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 98965 >Category: ports >Synopsis: [NEW PORT] games/bitefusion A snake game with 8 levels >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jun 15 00:20:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 6.1-RELEASE i386 >Organization: >Environment: System: FreeBSD hades.panopticon 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Thu May 11 15:07:32 MSD 2006 amdmi3@hades.panopticon:/usr/obj/usr/src/sys/HADES i386 >Description: 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/ >How-To-Repeat: >Fix: --- bitefusion-1.0.0.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # bitefusion # bitefusion/Makefile # bitefusion/distinfo # bitefusion/pkg-descr # echo c - bitefusion mkdir -p bitefusion > /dev/null 2>&1 echo x - bitefusion/Makefile sed 's/^X//' >bitefusion/Makefile << 'END-of-bitefusion/Makefile' X# New ports collection makefile for: bitefusion X# Date created: 14 Jun 2006 X# Whom: Dmitry Marakasov <amdmi3@mail.ru> X# X# $FreeBSD$ X# X XPORTNAME= bitefusion XPORTVERSION= 1.0.0 XCATEGORIES= games XMASTER_SITES= http://www.junoplay.com/files/ X XMAINTAINER= amdmi3@mail.ru XCOMMENT= A snake game with 8 levels X XGNU_CONFIGURE= yes XUSE_GMAKE= yes XUSE_SDL= sdl XUSE_GCC= 3.4+ XCONFIGURE_ENV= CPPFLAGS="`${SDL_CONFIG} --cflags`" \ X LDFLAGS="`${SDL_CONFIG} --libs`" X XPLIST_FILES= bin/bitefusion X X.include <bsd.port.pre.mk> X Xpost-patch: X @${REINPLACE_CMD} -e 's|SDL/|SDL11/|' ${WRKSRC}/*.c X @${REINPLACE_CMD} -e 's|-linux-gnu|-portbld-freebsd|' \ X ${WRKSRC}/configure X @${REINPLACE_CMD} -e 's|-lSDL||' ${WRKSRC}/Makefile.in X.if ${OSVERSION} < 500000 X @${REINPLACE_CMD} -e 's|stdint.h|sys/inttypes.h|' ${WRKSRC}/image.c X.endif X X.include <bsd.port.post.mk> END-of-bitefusion/Makefile echo x - bitefusion/distinfo sed 's/^X//' >bitefusion/distinfo << 'END-of-bitefusion/distinfo' XMD5 (bitefusion-1.0.0.tar.gz) = a629058e1308dfc5fc13e8304bd089d0 XSHA256 (bitefusion-1.0.0.tar.gz) = 609b1bda2139e3082dbb8458307c10ea0007b4a7002cb714baf01ea584f86515 XSIZE (bitefusion-1.0.0.tar.gz) = 279429 END-of-bitefusion/distinfo echo x - bitefusion/pkg-descr sed 's/^X//' >bitefusion/pkg-descr << 'END-of-bitefusion/pkg-descr' XA snake game with 8 levels. Great if you need to shut off your brain Xfor a few minutes and occupy your hands in the meantime. Guaranteed Xno adrenaline rush! X XWWW: http://www.junoplay.com/ END-of-bitefusion/pkg-descr exit --- bitefusion-1.0.0.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060615001416.9929F3C0>