[123339] trunk/dports/games/xqf/Portfile

mf2k at macports.org mf2k at macports.org
Fri Aug 8 07:59:57 PDT 2014


Revision: 123339
          https://trac.macports.org/changeset/123339
Author:   mf2k at macports.org
Date:     2014-08-08 07:59:57 -0700 (Fri, 08 Aug 2014)
Log Message:
-----------
xqf: Add and conform to mode line. Spacing.

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

Modified: trunk/dports/games/xqf/Portfile
===================================================================
--- trunk/dports/games/xqf/Portfile	2014-08-08 14:49:15 UTC (rev 123338)
+++ trunk/dports/games/xqf/Portfile	2014-08-08 14:59:57 UTC (rev 123339)
@@ -1,19 +1,20 @@
+# -*- 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
-PortGroup       active_variants 1.1
+PortSystem          1.0
+PortGroup           active_variants 1.1
 
-name            xqf
-version         1.0.5
-revision        3
+name                xqf
+version             1.0.5
+revision            3
 set perl_version    5.16
-categories      games
-platforms       darwin
-maintainers     nomaintainer
-license         GPL-2+
+categories          games
+platforms           darwin
+maintainers         nomaintainer
+license             GPL-2+
 
-homepage        http://www.linuxgames.com/xqf/
-description     GTK+ Front-end to Qstat
+homepage            http://www.linuxgames.com/xqf/
+description         GTK+ Front-end to Qstat
 
 long_description    XQF is a game server browser and launcher for \
                     Unix/X11 for many popular games such as the \
@@ -28,13 +29,13 @@
                     patch-src-game_c.diff \
                     patch-src-launch_c.diff
 
-checksums           md5 a88cecba6abb6349107ab135f1009946 \
-                    sha1 052351ff26cf2f79f6bc2de5aacf63e76a02eb62 \
+checksums           md5    a88cecba6abb6349107ab135f1009946 \
+                    sha1   052351ff26cf2f79f6bc2de5aacf63e76a02eb62 \
                     rmd160 159b9cd02a15fe3b1afd78952152adf5aaafc0c2
 
 depends_build       port:pkgconfig
-depends_lib         port:gtk1 \
-                    port:gdk-pixbuf \
+depends_lib         port:gdk-pixbuf \
+                    port:gtk1 \
                     port:p${perl_version}-xml-parser \
                     port:readline
 
@@ -49,18 +50,22 @@
 # Undefined symbols: "_get_debug_level"
 configure.cflags-append -std=gnu89
 
-post-destroot {     file mkdir ${destroot}${prefix}/share/doc/${name}
-                    xinstall -m 644 -v -W ${worksrcpath} \
-                    AUTHORS BUGS COPYING NEWS README TODO \
-                        ${destroot}${prefix}/share/doc/${name}
-                    file copy ${worksrcpath}/docs/xqfdocs.html \
-                        ${destroot}${prefix}/share/doc/${name}
-                    }
+post-destroot {
+    file mkdir ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -v -W ${worksrcpath} \
+    AUTHORS BUGS COPYING NEWS README TODO \
+        ${destroot}${prefix}/share/doc/${name}
+    file copy ${worksrcpath}/docs/xqfdocs.html \
+        ${destroot}${prefix}/share/doc/${name}
+}
 
-variant gtk2 description {Use GTK2} {       depends_lib-delete  port:gtk1 port:gdk-pixbuf
-                    depends_lib-append  port:gtk2 port:gdk-pixbuf2
-                    require_active_variants gdk-pixbuf2 x11
-                    configure.args-append   --enable-gtk2
-                    }
+variant gtk2 description {Use GTK2} {
+    depends_lib-delete      port:gdk-pixbuf \
+                            port:gtk1
+    depends_lib-append      port:gdk-pixbuf2 \
+                            port:gtk2
+    require_active_variants gdk-pixbuf2 x11
+    configure.args-append   --enable-gtk2
+}
 
 default_variants    +gtk2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140808/8aa9e0a9/attachment-0001.html>


More information about the macports-changes mailing list