[26000] trunk/dports/games/neverball/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Fri Jun 8 23:37:45 PDT 2007


Revision: 26000
          http://trac.macosforge.org/projects/macports/changeset/26000
Author:   markd at macports.org
Date:     2007-06-08 23:37:45 -0700 (Fri, 08 Jun 2007)

Log Message:
-----------
Closes #11834.  Maintainer cleanup of portfile.

Modified Paths:
--------------
    trunk/dports/games/neverball/Portfile

Modified: trunk/dports/games/neverball/Portfile
===================================================================
--- trunk/dports/games/neverball/Portfile	2007-06-09 06:25:49 UTC (rev 25999)
+++ trunk/dports/games/neverball/Portfile	2007-06-09 06:37:45 UTC (rev 26000)
@@ -2,34 +2,32 @@
 
 PortSystem 1.0
 
-name			neverball
-version			1.4.0
-revision		1
-categories		games
-platforms		darwin
-maintainers		mvitocruz at gmail.com
-description		Tilt the floor to roll a ball through an obstacle course.
-long_description	Tilt the floor to roll a ball through an obstacle \
-				course before time runs out. Neverball is part puzzle \
-				game, part action game, and entirely a test of skill.
+name		neverball
+version		1.4.0
+revision	2
+categories	games
+platforms	darwin
+maintainers	mvitocruz at gmail.com
+description	Tilt the floor to roll a ball through an obstacle course.
+long_description	\
+		Tilt the floor to roll a ball through an obstacle     \
+		course before time runs out. Neverball is part puzzle \
+		game, part action game, and entirely a test of skill.
 
-homepage		http://icculus.org/neverball/
+homepage	http://icculus.org/neverball/
 master_sites	${homepage}
-checksums		md5 a6cd860f1c2b7d8cecbcfc05ff228ef0
-patchfiles		patch-Makefile.diff patch-ball-main.c patch-putt-main.c
+checksums	md5 a6cd860f1c2b7d8cecbcfc05ff228ef0
+patchfiles	patch-Makefile.diff patch-ball-main.c patch-putt-main.c
 
-depends_lib		bin:sdl-config:libsdl \
-				lib:libSDL_image:libsdl_image \
-				lib:libSDL_mixer:libsdl_mixer \
-				lib:libSDL_ttf:libsdl_ttf
+depends_lib	bin:sdl-config:libsdl \
+		lib:libSDL_image:libsdl_image \
+		lib:libSDL_mixer:libsdl_mixer \
+		lib:libSDL_ttf:libsdl_ttf
 
 configure {
 	reinplace "s|./data|${prefix}/share/${name}|g" ${worksrcpath}/share/config.h
 }
 
-build.env		CFLAGS=-I${prefix}/include \
-				LDFLAGS=-L${prefix}/lib
-
 destroot {
 	xinstall -d -m 755 ${destroot}${prefix}/share/
 	file copy ${worksrcpath}/data ${destroot}${prefix}/share/${name}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070608/f1fba3ff/attachment.html


More information about the macports-changes mailing list