[83927] trunk/dports/games/xscorch/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Sep 12 17:03:57 PDT 2011


Revision: 83927
          http://trac.macports.org/changeset/83927
Author:   ryandesign at macports.org
Date:     2011-09-12 17:03:56 -0700 (Mon, 12 Sep 2011)
Log Message:
-----------
xscorch: whitespace changes / reformatting / add modeline

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

Modified: trunk/dports/games/xscorch/Portfile
===================================================================
--- trunk/dports/games/xscorch/Portfile	2011-09-12 22:09:28 UTC (rev 83926)
+++ trunk/dports/games/xscorch/Portfile	2011-09-13 00:03:56 UTC (rev 83927)
@@ -1,30 +1,40 @@
+# -*- 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		xscorch
-version		0.1.15
-categories	games
-maintainers	nomaintainer
-description	multiplayer tank shoot-em-up game
-homepage	http://chaos2.org/xscorch/
-platforms	darwin
+name                xscorch
+version             0.1.15
+categories          games
+platforms           darwin
+maintainers         nomaintainer
 
-long_description XScorch is a clone of the olden-days DOS game Scorch. \
-		 It is an extremely addictive war game where any mixture \
-		 of human and computer AIs control separate tanks (teams \
-		 are possible) and attempt to blow up or arrange to blow \
-		 up the other tanks on the field.  The last tank on the \
-		 field is the winner.
+description         multiplayer tank shoot-em-up game
 
-master_sites	http://chaos2.org/xscorch/
+long_description    XScorch is a clone of the olden-days DOS game Scorch. \
+                    It is an extremely addictive war game where any mixture \
+                    of human and computer AIs control separate tanks (teams \
+                    are possible) and attempt to blow up or arrange to blow \
+                    up the other tanks on the field.  The last tank on the \
+                    field is the winner.
 
-checksums	md5 6bea7bfae61355cfedf2c673411bbe33
+homepage            http://chaos2.org/xscorch/
+master_sites        http://chaos2.org/xscorch/
 
-depends_lib	port:libmikmod port:gtk1 port:xpm
+checksums           md5     6bea7bfae61355cfedf2c673411bbe33
 
-patchfiles	patch-Makefile.in patch-xscorch.c
+depends_lib         port:gtk1 \
+                    port:libmikmod \
+                    port:xpm
 
-configure.args	--disable-warn --disable-network --with-gtk=${prefix} \
-		--disable-gnome --enable-opt
-configure.cflags-append "-I${prefix}/include"
+patchfiles          patch-Makefile.in \
+                    patch-xscorch.c
+
+configure.args      --disable-warn \
+                    --disable-network \
+                    --with-gtk=${prefix} \
+                    --disable-gnome \
+                    --enable-opt
+
+configure.cflags-append \
+                    -I${prefix}/include
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110912/5a0b5cfc/attachment.html>


More information about the macports-changes mailing list