[122805] trunk/dports/x11/fireworkx/Portfile

khindenburg at macports.org khindenburg at macports.org
Wed Jul 30 08:00:45 PDT 2014


Revision: 122805
          https://trac.macports.org/changeset/122805
Author:   khindenburg at macports.org
Date:     2014-07-30 08:00:45 -0700 (Wed, 30 Jul 2014)
Log Message:
-----------
fireworkx: whitespace - add modeline

Modified Paths:
--------------
    trunk/dports/x11/fireworkx/Portfile

Modified: trunk/dports/x11/fireworkx/Portfile
===================================================================
--- trunk/dports/x11/fireworkx/Portfile	2014-07-30 14:57:30 UTC (rev 122804)
+++ trunk/dports/x11/fireworkx/Portfile	2014-07-30 15:00:45 UTC (rev 122805)
@@ -1,42 +1,43 @@
+# -*- 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			fireworkx
-version			2.2
-categories		x11
-license			GPL-2+
-platforms		darwin
-maintainers		nomaintainer
-description		pyrotechnic simulation eye-candy for X11
-long_description	${description}
+name                fireworkx
+version             2.2
+categories          x11
+license             GPL-2+
+platforms           darwin
+maintainers         nomaintainer
+description         pyrotechnic simulation eye-candy for X11
+long_description    ${description}
 
-homepage		http://www.ronybc.com/fireworkx.php
-master_sites	http://www.ronybc.com/download
-extract.suffix	.src${extract.suffix}
+homepage            http://www.ronybc.com/fireworkx.php
+master_sites        http://www.ronybc.com/download
+extract.suffix      .src${extract.suffix}
 
 checksums           rmd160  ee1a8af9148421fbe4c50cbf6ad23ecfbfec48bf \
                     sha256  fb24bd3fb103987913638fd271269e0235dc0c32e34c95652e49c0c81749a44d
 
 depends_build-append    port:pkgconfig port:cctools
-depends_lib \
-	port:xorg-libX11
+depends_lib         port:xorg-libX11
 
-use_configure	no
+use_configure       no
 
 post-patch {
     reinplace "s|pkg-config|${prefix}/bin/pkg-config|" ${worksrcpath}/compile_x11
     reinplace "s|strip -sv|strip |" ${worksrcpath}/compile_x11
 }
 
-destroot	{
-	xinstall -m 755 -s ${worksrcpath}/fireworkx-x11 ${destroot}${prefix}/bin/${name}
-	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 -W ${worksrcpath} ChangeLog.txt LICENSE \
-		${destroot}${prefix}/share/doc/${name}
+destroot {
+    xinstall -m 755 -s ${worksrcpath}/fireworkx-x11 ${destroot}${prefix}/bin/${name}
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} ChangeLog.txt LICENSE \
+        ${destroot}${prefix}/share/doc/${name}
 }
 
 variant universal {}
+
 build.cmd "./compile_x11 fireworkx-x11"
 build.args CFLAGS="${configure.cflags} [get_canonical_archflags cc] ${configure.cppflags}" \
            LDFLAGS="${configure.ldflags} [get_canonical_archflags ld]" \
@@ -44,3 +45,4 @@
 
 livecheck.type	regex
 livecheck.regex	${name}-(\[0-9.\]+)${extract.suffix}
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140730/f6b13a39/attachment.html>


More information about the macports-changes mailing list