Date: Sat, 23 Jul 2005 23:10:12 GMT From: Travis Poppe <tlp@liquidx.org> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/83967: [New Port] games/alienwave - Shoot 'em up game written using ncurses Message-ID: <200507232310.j6NNAC40072494@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/83967; it has been noted by GNATS. From: Travis Poppe <tlp@liquidx.org> To: bug-followup@freebsd.org, tlp@liquidx.org Cc: Subject: Re: ports/83967: [New Port] games/alienwave - Shoot 'em up game written using ncurses Date: Sat, 23 Jul 2005 17:08:39 -0600 Whoops! I accidentally submitted the wrong sh archive. Sorry about that. Here's the real one: # 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: # # games/alienwave # games/alienwave/Makefile # games/alienwave/distinfo # games/alienwave/pkg-descr # echo c - games/alienwave mkdir -p games/alienwave > /dev/null 2>&1 echo x - games/alienwave/Makefile sed 's/^X//' >games/alienwave/Makefile << 'END-of-games/alienwave/Makefile' X# New ports collection makefile for: alienwave X# Date created: 23 July 2005 X# Whom: Travis Poppe <tlp@liquidx.org> X# X# $FreeBSD$ X# X XPORTNAME= alienwave XPORTVERSION= 0.3.0 XCATEGORIES= games XMASTER_SITES= http://www.cs.unibo.it/~pira/alienwave/ X XMAINTAINER= tlp@liquidx.org XCOMMENT= Shoot 'em up game written using ncurses X XWRKSRC= ${WRKDIR}/${PORTNAME} XALL_TARGET= ${PORTNAME} XUSE_REINPLACE= yes X XPLIST_FILES= bin/alienwave X XPORTDOCS= README STORY TO_DO X XOPTIONS= RANDOM_LEVELS "Enable random waves" off \ X LEVEL_EASY "Killing Xzarna: Easy (default: medium)" off \ X LEVEL_HARD "Killing Xzarna: Hard (default: medium)" off X X.include <bsd.port.pre.mk> X X.if defined(WITH_LEVEL_EASY) XCFLAGS+= -DLEV_EASY X.endif X X.if defined(WITH_LEVEL_HARD) XCFLAGS+= -DLEV_HARD X.endif X X.if defined(WITH_RANDOM_LEVELS) XCFLAGS+= -DRANDOM_LEVELS X.endif X Xpre-fetch: X.if defined(WITH_LEVEL_EASY) && defined(WITH_LEVEL_HARD) X @${ECHO} "You can only select either LEVEL_EASY or LEVEL_HARD\ X (default is medium). Run 'make config' again!" X @${FALSE} X.endif X Xpre-build: X @${REINPLACE_CMD} -e 's|gcc|${CC}|' ${WRKSRC}/Makefile X @${REINPLACE_CMD} -e 's|CFLAGS =|CFLAGS+=|' ${WRKSRC}/Makefile X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/alienwave ${PREFIX}/bin/alienwave X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README X ${INSTALL_DATA} ${WRKSRC}/STORY ${DOCSDIR}/STORY X ${INSTALL_DATA} ${WRKSRC}/TO_DO ${DOCSDIR}/TO_DO X.endif X X.include <bsd.port.post.mk> END-of-games/alienwave/Makefile echo x - games/alienwave/distinfo sed 's/^X//' >games/alienwave/distinfo << 'END-of-games/alienwave/distinfo' XMD5 (alienwave-0.3.0.tar.gz) = 7d30b2aabf18e588cb8f6998e555cdc9 XSIZE (alienwave-0.3.0.tar.gz) = 22046 END-of-games/alienwave/distinfo echo x - games/alienwave/pkg-descr sed 's/^X//' >games/alienwave/pkg-descr << 'END-of-games/alienwave/pkg-descr' XA shoot'em up game written using ncurses where you control a spaceship and Xmust kill as many alien spaceships as you can. X XWWW: http://www.cs.unibo.it/~pira/alienwave/aw.html X X- Travis Poppe Xtlp@liquidx.org END-of-games/alienwave/pkg-descr exit
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507232310.j6NNAC40072494>