[70625] trunk/dports/games/xboard/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Aug 15 06:49:41 PDT 2010


Revision: 70625
          http://trac.macports.org/changeset/70625
Author:   ryandesign at macports.org
Date:     2010-08-15 06:49:39 -0700 (Sun, 15 Aug 2010)
Log Message:
-----------
xboard: whitespace changes only

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

Modified: trunk/dports/games/xboard/Portfile
===================================================================
--- trunk/dports/games/xboard/Portfile	2010-08-15 13:45:51 UTC (rev 70624)
+++ trunk/dports/games/xboard/Portfile	2010-08-15 13:49:39 UTC (rev 70625)
@@ -1,29 +1,37 @@
 # $Id$
 
-PortSystem 1.0
+PortSystem          1.0
 
-name		xboard
-version		4.2.6
-revision	3
-categories	games
-maintainers	nomaintainer
-description	X frontend for Crafty, GNUChess, Internet Chess Servers, or e-mail chess
-long_description	\
-	Xboard is a graphical chessboard that can serve as a user interface \
-	for Crafty, GNU Chess, for Internet Chess Servers, or for electronic \
-	mail correspondence chess. xboard can also be used by itself.
-homepage	http://www.tim-mann.org/xboard.html
-platforms	darwin
-master_sites	gnu
-checksums	md5 1d6e38c61277eed6ad7af352586b37d5
-depends_lib	port:xorg-libXaw
+name                xboard
+version             4.2.6
+revision            3
+categories          games
+maintainers         nomaintainer
+platforms           darwin
 
-configure.args		--enable-zippy
-destroot.destdir	prefix=${destroot}${prefix} mandir=${destroot}${prefix}/share/man
+description         X frontend for Crafty, GNUChess, Internet Chess Servers, \
+                    or e-mail chess
 
+long_description    Xboard is a graphical chessboard that can serve as a user \
+                    interface for Crafty, GNU Chess, for Internet Chess \
+                    Servers, or for electronic mail correspondence chess. \
+                    xboard can also be used by itself.
+
+homepage            http://www.tim-mann.org/xboard.html
+master_sites        gnu
+
+checksums           md5     1d6e38c61277eed6ad7af352586b37d5
+
+depends_lib         port:xorg-libXaw
+
+configure.args      --enable-zippy
+
+destroot.destdir    prefix=${destroot}${prefix} \
+                    mandir=${destroot}${prefix}/share/man
+
 platform darwin {
-	depends_build-append port:libtool
-	pre-configure {
-		copy -force ${prefix}/share/libtool/config/config.guess ${prefix}/share/libtool/config/config.sub ${worksrcpath}
-	}
+    depends_build-append port:libtool
+    pre-configure {
+        copy -force ${prefix}/share/libtool/config/config.guess ${prefix}/share/libtool/config/config.sub ${worksrcpath}
+    }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100815/e27fcaf9/attachment.html>


More information about the macports-changes mailing list