[126286] trunk/dports/games/neverball/Portfile
khindenburg at macports.org
khindenburg at macports.org
Mon Oct 6 20:13:43 PDT 2014
Revision: 126286
https://trac.macports.org/changeset/126286
Author: khindenburg at macports.org
Date: 2014-10-06 20:13:42 -0700 (Mon, 06 Oct 2014)
Log Message:
-----------
neverball: add modeline + whitespace
Modified Paths:
--------------
trunk/dports/games/neverball/Portfile
Modified: trunk/dports/games/neverball/Portfile
===================================================================
--- trunk/dports/games/neverball/Portfile 2014-10-07 03:10:00 UTC (rev 126285)
+++ trunk/dports/games/neverball/Portfile 2014-10-07 03:13:42 UTC (rev 126286)
@@ -1,28 +1,29 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
-PortSystem 1.0
+PortSystem 1.0
-name neverball
+name neverball
version 1.5.4
-revision 3
-categories games
-platforms darwin
-maintainers gmail.com:mvitocruz
+revision 3
+categories games
+platforms darwin
+maintainers gmail.com:mvitocruz
license GPL-2+
-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.
+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://neverball.org/
-master_sites ${homepage}
+master_sites ${homepage}
checksums rmd160 f546b5e6c12df1a125976a7e23fa55146480241d \
sha256 ea31ca9f6eec70c8e66eaa20d7ce9e48295fdb077313b97637c503b16b7b0da6
-depends_lib port:libsdl \
+depends_lib port:libsdl \
port:libpng \
port:jpeg \
port:libvorbis \
@@ -36,7 +37,7 @@
reinplace "s|@CPPFLAGS@|${configure.cppflags}|g" ${worksrcpath}/Makefile
}
-use_configure no
+use_configure no
build.args CC="${configure.cc} [get_canonical_archflags]" \
DATADIR=${prefix}/share/games/${name}
@@ -60,15 +61,15 @@
}
platform macosx {
- post-destroot {
- xinstall -d -m 755 \
- ${destroot}${applications_dir}/Neverball.app/Contents/MacOS \
- ${destroot}${applications_dir}/Neverputt.app/Contents/MacOS
- ln -s ${prefix}/bin/neverball \
- ${destroot}${applications_dir}/Neverball.app/Contents/MacOS/Neverball
- ln -s ${prefix}/bin/neverputt \
- ${destroot}${applications_dir}/Neverputt.app/Contents/MacOS/Neverputt
- }
+ post-destroot {
+ xinstall -d -m 755 \
+ ${destroot}${applications_dir}/Neverball.app/Contents/MacOS \
+ ${destroot}${applications_dir}/Neverputt.app/Contents/MacOS
+ ln -s ${prefix}/bin/neverball \
+ ${destroot}${applications_dir}/Neverball.app/Contents/MacOS/Neverball
+ ln -s ${prefix}/bin/neverputt \
+ ${destroot}${applications_dir}/Neverputt.app/Contents/MacOS/Neverputt
+ }
}
livecheck.type regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141006/08f004e9/attachment.html>
More information about the macports-changes
mailing list