[86630] trunk/dports/games/lpairs/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Oct 30 05:06:39 PDT 2011


Revision: 86630
          http://trac.macports.org/changeset/86630
Author:   ryandesign at macports.org
Date:     2011-10-30 05:06:36 -0700 (Sun, 30 Oct 2011)
Log Message:
-----------
lpairs: whitespace changes; add modeline

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

Modified: trunk/dports/games/lpairs/Portfile
===================================================================
--- trunk/dports/games/lpairs/Portfile	2011-10-30 11:51:01 UTC (rev 86629)
+++ trunk/dports/games/lpairs/Portfile	2011-10-30 12:06:36 UTC (rev 86630)
@@ -1,23 +1,28 @@
+# -*- 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		lpairs
-version		1.0
-categories	games
-platforms	darwin
-maintainers	nomaintainer
-description	Classical memory game.
-long_description	LPairs is a classical memory game. This means you have \
-			to find pairs of identical cards which will then be \
-			removed. Your time and tries needed will be counted \
-			but there is no highscore chart or limit to this.
+name                lpairs
+version             1.0
+categories          games
+platforms           darwin
+maintainers         nomaintainer
 
-homepage	http://lgames.sourceforge.net/index.php?project=LPairs
-master_sites	sourceforge:lgames
-checksums	md5 600d05861abeaecb0764998ff091eb6c
+description         Classical memory game.
 
-depends_lib	path:lib/pkgconfig/sdl.pc:libsdl
+long_description    LPairs is a classical memory game. This means you have \
+                    to find pairs of identical cards which will then be \
+                    removed. Your time and tries needed will be counted \
+                    but there is no highscore chart or limit to this.
 
-configure.cflags-append	"-I${prefix}/include"
-configure.args	--disable-sdltest
+homepage            http://lgames.sourceforge.net/index.php?project=LPairs
+master_sites        sourceforge:lgames
+
+checksums           md5     600d05861abeaecb0764998ff091eb6c
+
+depends_lib         path:lib/pkgconfig/sdl.pc:libsdl
+
+configure.cflags-append "-I${prefix}/include"
+
+configure.args      --disable-sdltest
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111030/c4f9e8bd/attachment-0001.html>


More information about the macports-changes mailing list