aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2004-07-11 03:31:59 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2004-07-11 03:31:59 +0000
commitc5570f24de0f9cbfa73530a0d7eea4ba5f79783d (patch)
treef9c6c192391ecee39a3c4f206340c7d181ce3484 /games
parent1af3cb06931a61efbd165af3ff87c70330885b70 (diff)
downloadports-c5570f24de0f9cbfa73530a0d7eea4ba5f79783d.tar.gz
ports-c5570f24de0f9cbfa73530a0d7eea4ba5f79783d.zip
Notes
Diffstat (limited to 'games')
-rw-r--r--games/neverball/Makefile2
-rw-r--r--games/neverball/distinfo4
-rw-r--r--games/neverball/files/patch-Makefile10
-rw-r--r--games/neverball/pkg-descr14
4 files changed, 15 insertions, 15 deletions
diff --git a/games/neverball/Makefile b/games/neverball/Makefile
index 34f039edaa37..01a3c7e72a29 100644
--- a/games/neverball/Makefile
+++ b/games/neverball/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= neverball
-PORTVERSION= 1.3.1
+PORTVERSION= 1.3.2
CATEGORIES= games
MASTER_SITES= http://icculus.org/neverball/
diff --git a/games/neverball/distinfo b/games/neverball/distinfo
index 3ab5fbda53ad..f6cde5919839 100644
--- a/games/neverball/distinfo
+++ b/games/neverball/distinfo
@@ -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
diff --git a/games/neverball/files/patch-Makefile b/games/neverball/files/patch-Makefile
index 62a61224d2d1..b9c47c7ac10b 100644
--- a/games/neverball/files/patch-Makefile
+++ b/games/neverball/files/patch-Makefile
@@ -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)
diff --git a/games/neverball/pkg-descr b/games/neverball/pkg-descr
index f205fb5f59e3..b483b9b7e774 100644
--- a/games/neverball/pkg-descr
+++ b/games/neverball/pkg-descr
@@ -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/