Update to 1.3.2.

This commit is contained in:
Jeremy Messenger 2004-07-11 03:31:59 +00:00
parent 1af3cb0693
commit c5570f24de
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113370
4 changed files with 15 additions and 15 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= neverball
PORTVERSION= 1.3.1
PORTVERSION= 1.3.2
CATEGORIES= games
MASTER_SITES= http://icculus.org/neverball/

View File

@ -1,2 +1,2 @@
MD5 (neverball-1.3.1.tar.gz) = c8a2893abecf893bd62af014c7f86183
SIZE (neverball-1.3.1.tar.gz) = 11464231
MD5 (neverball-1.3.2.tar.gz) = 7fb22059e279521a2727a2819654b9d5
SIZE (neverball-1.3.2.tar.gz) = 11463919

View File

@ -1,5 +1,5 @@
--- Makefile.orig Sat Jul 3 21:30:28 2004
+++ Makefile Sat Jul 3 21:32:17 2004
--- Makefile.orig Sat Jul 10 20:20:15 2004
+++ Makefile Sat Jul 10 20:21:13 2004
@@ -3,20 +3,20 @@
# Maybe you need one of these. Maybe you don't.
@ -14,10 +14,10 @@
#------------------------------------------------------------------------------
-CFLAGS= -Wall -Werror -O3 -ansi $(shell sdl-config --cflags)
-CFLAGS= -Wall -O3 -ansi $(shell sdl-config --cflags)
+CFLAGS+= -Wall -ansi $(shell ${SDL_CONFIG} --cflags) ${X11_PATHI}
#CFLAGS= -Wall -Werror -g -ansi $(shell sdl-config --cflags)
#CFLAGS= -Wall -Werror -pg -ansi $(shell sdl-config --cflags)
#CFLAGS= -Wall -g -ansi $(shell sdl-config --cflags)
#CFLAGS= -Wall -pg -ansi $(shell sdl-config --cflags)
-SDL_LIBS= $(shell sdl-config --libs)
-FT2_LIBS= $(shell freetype-config --libs)

View File

@ -2,16 +2,16 @@ In 1.1.5 version, the Neverball and Neverputt source trees have been merged
into one. It includes 75 Neverball levels and 18 Neverputt levels.
Neverball, tilt the floor to roll a ball through an obstacle course within the
given time. If the ball falls or time expires, a ball is lost. Collect 100
coins to save your progress and earn an extra ball. Red coins are worth 5.
Blue coins are worth 10.
given time. It is part puzzle game, part action game, and entirely a test of
skill. If the ball falls or time expires, a ball is lost. Collect 100 coins to
save your progress and earn an extra ball. Red coins are worth 5. Blue coins
are worth 10.
Neverputt, a hot-seat multiplayer miniature golf game using the physics and
graphics of Neverball.
Neverball runs under Linux, Win2K/XP, and hopefully anywhere else SDL is
supported. Hardware accellerated OpenGL support with multitexture (OpenGL
1.2.1 or greater) is required. Neverball has been tested on Intel machines as
slow as 1GHz with GeForce2. Minimum system requirements may be lower.
Neverball and Neverputt are known to run under Linux, Win2K/XP, FreeBSD, and
OSX. Hardware accelerated OpenGL with multitexture (OpenGL 1.2.1 or greater)
is required. A 500MHz processor is recommended.
WWW: http://icculus.org/neverball/