[122700] trunk/dports/games/frozenbubble2/Portfile
mojca at macports.org
mojca at macports.org
Sat Jul 26 23:22:47 PDT 2014
Revision: 122700
https://trac.macports.org/changeset/122700
Author: mojca at macports.org
Date: 2014-07-26 23:22:47 -0700 (Sat, 26 Jul 2014)
Log Message:
-----------
frozenbubble2: whitespace, add first line, sha256
Modified Paths:
--------------
trunk/dports/games/frozenbubble2/Portfile
Modified: trunk/dports/games/frozenbubble2/Portfile
===================================================================
--- trunk/dports/games/frozenbubble2/Portfile 2014-07-27 06:17:17 UTC (rev 122699)
+++ trunk/dports/games/frozenbubble2/Portfile 2014-07-27 06:22:47 UTC (rev 122700)
@@ -1,42 +1,49 @@
+# -*- 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 frozenbubble2
-categories games
-version 2.2.0
-revision 2
-platforms darwin
-maintainers nomaintainer
+name frozenbubble2
+categories games
+version 2.2.0
+revision 2
+platforms darwin
+maintainers nomaintainer
-description Frozen Bubble 2
-long_description Colorful 3D rendered penguin animations, 100 levels of 1p \
- game, hours and hours of 2p game, nights and nights of \
- 2p/3p/4p/5p game over LAN or Internet, a level-editor, 3 \
- professional quality digital soundtracks, 15 stereo sound \
- effects, 8 unique graphical transition effects, 8 unique \
- logo eye-candies.
+description Frozen Bubble 2
+long_description Colorful 3D rendered penguin animations, 100 levels of 1p \
+ game, hours and hours of 2p game, nights and nights of \
+ 2p/3p/4p/5p game over LAN or Internet, a level-editor, 3 \
+ professional quality digital soundtracks, 15 stereo sound \
+ effects, 8 unique graphical transition effects, 8 unique \
+ logo eye-candies.
-homepage http://www.frozen-bubble.org
-master_sites ${homepage}/data
-distname frozen-bubble-${version}
-checksums sha1 df5a8c839a76fd662777925b2eb80fcb8adf3fa6 \
- rmd160 1bbe0163c28421c497979c85a98f64a98174c780
-use_bzip2 yes
+homepage http://www.frozen-bubble.org
+master_sites ${homepage}/data
+distname frozen-bubble-${version}
+checksums rmd160 1bbe0163c28421c497979c85a98f64a98174c780 \
+ sha256 dada92322ef3adb75df7a4270b2e76c572c3f8e42006ed3a5aaeefa68fcaa5b7
+use_bzip2 yes
-depends_build port:pkgconfig
-depends_lib port:perl5.12 port:libsdl port:libsdl_image \
- port:libsdl_mixer port:p5.12-sdl_perl port:libsdl_pango
-depends_run port:p5.12-locale-gettext
+depends_build port:pkgconfig
+depends_lib port:libsdl \
+ port:libsdl_image \
+ port:libsdl_mixer \
+ port:libsdl_pango \
+ port:perl5.12 \
+ port:p5.12-sdl_perl
+depends_run port:p5.12-locale-gettext
-livecheck.type freecode
-livecheck.name frozen-bubble
+livecheck.type freecode
+livecheck.name frozen-bubble
# uses nested functions
# http://clang.llvm.org/docs/UsersManual.html#gcc-extensions-not-implemented-yet
-compiler.blacklist *clang*
+compiler.blacklist *clang*
-patchfiles patch-c_stuff-Makefile.PL.diff patch-Makefile.diff patch-c_stuff-Makefile.diff
+patchfiles patch-c_stuff-Makefile.PL.diff \
+ patch-Makefile.diff \
+ patch-c_stuff-Makefile.diff
post-patch {
foreach file [glob ${worksrcpath}/frozen-bubble*] {
@@ -46,11 +53,13 @@
${worksrcpath}/c_stuff/Makefile
}
-use_configure no
+use_configure no
-build.args PREFIX="${prefix}" CC="${configure.cc}" LD="${configure.cc}"
+build.args PREFIX="${prefix}" \
+ CC="${configure.cc}" \
+ LD="${configure.cc}"
-destroot.args PREFIX="${prefix}"
+destroot.args PREFIX="${prefix}"
post-destroot {
fs-traverse f ${destroot}${prefix} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140726/83008e05/attachment.html>
More information about the macports-changes
mailing list