[73498] trunk/dports/games/xqf/Portfile
and.damore at macports.org
and.damore at macports.org
Mon Nov 15 04:11:42 PST 2010
Revision: 73498
http://trac.macports.org/changeset/73498
Author: and.damore at macports.org
Date: 2010-11-15 04:11:38 -0800 (Mon, 15 Nov 2010)
Log Message:
-----------
replaced tabs with spaces
Modified Paths:
--------------
trunk/dports/games/xqf/Portfile
Modified: trunk/dports/games/xqf/Portfile
===================================================================
--- trunk/dports/games/xqf/Portfile 2010-11-15 12:10:56 UTC (rev 73497)
+++ trunk/dports/games/xqf/Portfile 2010-11-15 12:11:38 UTC (rev 73498)
@@ -2,55 +2,55 @@
PortSystem 1.0
-name xqf
-version 1.0.5
-categories games
-platforms darwin
-maintainers nomaintainer
-homepage http://www.linuxgames.com/xqf/
-description GTK+ Front-end to Qstat
+name xqf
+version 1.0.5
+categories games
+platforms darwin
+maintainers nomaintainer
+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 \
- Quake series, Unreal Tournament series, Half-Life \
- etc.
+long_description XQF is a game server browser and launcher for \
+ Unix/X11 for many popular games such as the \
+ Quake series, Unreal Tournament series, Half-Life \
+ etc.
-master_sites sourceforge
+master_sites sourceforge
-patchfiles patch-Makefile.am.diff \
+patchfiles patch-Makefile.am.diff \
patch-Makefile.in.diff \
patch-src-loadpixmap_c.diff \
patch-src-game_c.diff \
patch-src-launch_c.diff
-checksums md5 a88cecba6abb6349107ab135f1009946 \
- sha1 052351ff26cf2f79f6bc2de5aacf63e76a02eb62 \
- rmd160 159b9cd02a15fe3b1afd78952152adf5aaafc0c2
+checksums md5 a88cecba6abb6349107ab135f1009946 \
+ sha1 052351ff26cf2f79f6bc2de5aacf63e76a02eb62 \
+ rmd160 159b9cd02a15fe3b1afd78952152adf5aaafc0c2
-depends_lib lib:libgtk.1:gtk1 \
- lib:libgdk-pixbuf:gdk-pixbuf \
- port:p5-xml-parser \
- lib:libreadline:readline
+depends_lib lib:libgtk.1:gtk1 \
+ lib:libgdk-pixbuf:gdk-pixbuf \
+ port:p5-xml-parser \
+ lib:libreadline:readline
-depends_run port:qstat
+depends_run port:qstat
-configure.args --mandir=${prefix}/share/man \
- --with-qstat=${prefix}/bin/qstat \
- --enable-bzip2 \
- --enable-externalrcon \
- --disable-geoip
+configure.args --mandir=${prefix}/share/man \
+ --with-qstat=${prefix}/bin/qstat \
+ --enable-bzip2 \
+ --enable-externalrcon \
+ --disable-geoip
-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 lib:libgtk.1:gtk1 lib:libgdk-pixbuf:gdk-pixbuf
- depends_lib-append lib:libgtk.2:gtk2
- configure.args-append --enable-gtk2
- }
+variant gtk2 description {Use GTK2} { depends_lib-delete lib:libgtk.1:gtk1 lib:libgdk-pixbuf:gdk-pixbuf
+ depends_lib-append lib:libgtk.2:gtk2
+ configure.args-append --enable-gtk2
+ }
default_variants +gtk2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101115/53287ef1/attachment.html>
More information about the macports-changes
mailing list