ports/170836: [NEW PORT] games/agendaroids: Vector-based rock-shooting game similar to the Asteroids
nemysis
nemysis at gmx.ch
Tue Aug 21 23:00:24 UTC 2012
>Number: 170836
>Category: ports
>Synopsis: [NEW PORT] games/agendaroids: Vector-based rock-shooting game similar to the Asteroids
>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: Tue Aug 21 23:00:23 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: nemysis
>Release: FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD FreeBSD_Ports 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC
>Description:
Agendaroids is a vector-based rock-shooting game similar to the
arcade classic "Asteroids," and written specifically with the
Agenda VR3 Linux-based PDA in mind.
WWW: http://www.newbreedsoftware.com/agendaroids/
Generated and tested manually, tested with port test sent with with FreeBSD Port Tools 0.99_6 (mode: new)
>How-To-Repeat:
>Fix:
--- .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:
#
# agendaroids
# agendaroids/Makefile
# agendaroids/pkg-descr
# agendaroids/distinfo
# agendaroids/files
# agendaroids/files/patch-Makefile
#
echo c - agendaroids
mkdir -p agendaroids > /dev/null 2>&1
echo x - agendaroids/Makefile
sed 's/^X//' >agendaroids/Makefile << 'a8792aa030c4098113d2070dce1948b2'
X# New Ports collection makefile for: agendaroids
X# Date created: 2012-08-21
X# Whom: nemysis at gmx.ch
X#
X# $FreeBSD$
X#
X
XPORTNAME= agendaroids
XPORTVERSION= 2002.03.07
XCATEGORIES= games
XMASTER_SITES= ftp://ftp.tuxpaint.org/unix/agenda/agendaroids/src/
X
XMAINTAINER= nemysis at gmx.ch
XCOMMENT= Vector-based rock-shooting game similar to the Asteroids
X
XLICENSE= GPLv2
X
XUSE_GMAKE= yes
XMAKE_JOBS_SAFE= yes
XUSE_XORG= x11
X
XPLIST_FILES= bin/${PORTNAME} \
X share/pixmaps/${PORTNAME}.xpm
X
XPORTDOCS= CHANGES.txt README.txt TODO.txt
X
X.include <bsd.port.options.mk>
X
Xdo-install:
X# Executable
X ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
X
X# Pixmaps
X ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.xpm ${PREFIX}/share/pixmaps/
X
X# Documentation
X.if ${PORT_OPTIONS:MDOCS}
X ${MKDIR} ${DOCSDIR}
X. for f in ${PORTDOCS}
X ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
X. endfor
X.endif
X
X.include <bsd.port.mk>
a8792aa030c4098113d2070dce1948b2
echo x - agendaroids/pkg-descr
sed 's/^X//' >agendaroids/pkg-descr << 'a6fb42b3bcf15c6610889cd8e72eb9e4'
XAgendaroids is a vector-based rock-shooting game similar to the
Xarcade classic "Asteroids," and written specifically with the
XAgenda VR3 Linux-based PDA in mind.
X
XWWW: http://www.newbreedsoftware.com/agendaroids/
a6fb42b3bcf15c6610889cd8e72eb9e4
echo x - agendaroids/distinfo
sed 's/^X//' >agendaroids/distinfo << '571c9e2bbf460842a55312c62c93d238'
XSHA256 (agendaroids-2002.03.07.tar.gz) = ed9358eb7821de06b16a4ca8da48b7e76d0446dfe780ea716e977700c10ba324
XSIZE (agendaroids-2002.03.07.tar.gz) = 42758
571c9e2bbf460842a55312c62c93d238
echo c - agendaroids/files
mkdir -p agendaroids/files > /dev/null 2>&1
echo x - agendaroids/files/patch-Makefile
sed 's/^X//' >agendaroids/files/patch-Makefile << 'b9e44e587842266b6bc462a1acc03e12'
X--- Makefile.orig 2002-03-07 09:27:42.000000000 +0100
X+++ Makefile 2012-08-22 00:36:56.000000000 +0200
X@@ -10,19 +10,19 @@
X CC=$(PROGPREFIX)gcc
X STRIP=$(PROGPREFIX)strip
X
X-CFLAGS=-Wall -O2 -I/usr/include $(EXTRA_CFLAGS)
X+CFLAGS=-Wall -O2 -I/usr/local/include $(EXTRA_CFLAGS)
X XLIB=-L$(LIBDIR) -lX11
X
X
X-all: host mips-snow
X+all: host
X
X
X host:
X make \
X- TARGET=agendaroids.host agendaroids.host \
X+ TARGET=agendaroids agendaroids \
X PROGPREFIX= \
X EXTRA_CFLAGS="-DREAL_KEYBOARD -DINVERSE" \
X- LIBDIR=/usr/X11R6/lib
X+ LIBDIR=/usr/local/lib
X
X mips-svr4:
X make \
b9e44e587842266b6bc462a1acc03e12
exit
--- .shar ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list