[41951] trunk/dports/devel/physfs/Portfile

nox at macports.org nox at macports.org
Wed Nov 12 06:52:39 PST 2008


Revision: 41951
          http://trac.macports.org/changeset/41951
Author:   nox at macports.org
Date:     2008-11-12 06:52:39 -0800 (Wed, 12 Nov 2008)
Log Message:
-----------
physfs: Whitespace changes.

Modified Paths:
--------------
    trunk/dports/devel/physfs/Portfile

Modified: trunk/dports/devel/physfs/Portfile
===================================================================
--- trunk/dports/devel/physfs/Portfile	2008-11-12 14:51:19 UTC (rev 41950)
+++ trunk/dports/devel/physfs/Portfile	2008-11-12 14:52:39 UTC (rev 41951)
@@ -1,28 +1,31 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
-name             physfs
-version          1.0.1
-categories       devel
-maintainers      nomaintainer
-description      library providing abstract archive access
+PortSystem      1.0
+name            physfs
+version         1.0.1
+categories      devel
+maintainers     nomaintainer
+platforms       darwin
+description     library providing abstract archive access
+
 long_description \
-	PhysicsFS is a library to provide abstract access \
-	to various archives. It is intended for use in \
-	video games, and the design was somewhat inspired \
-	by Quake 3's file subsystem.
+    PhysicsFS is a library to provide abstract access \
+    to various archives. It is intended for use in \
+    video games, and the design was somewhat inspired \
+    by Quake 3's file subsystem.
+
 homepage         http://icculus.org/physfs/
-platforms        darwin
+master_sites     ${homepage}downloads/
 
-master_sites     ${homepage}downloads/
 checksums        md5 d0bd118c6b55fb1e020fe982d6ec6957
 
 depends_lib      port:readline
 
 platform darwin 8 {
-	configure.ldflags-append	"-lreadline"
+    configure.ldflags-append    "-lreadline"
 }
 
 platform darwin 9 {
-	configure.ldflags-append	"-lreadline"
+    configure.ldflags-append    "-lreadline"
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081112/366bda2b/attachment-0001.html>


More information about the macports-changes mailing list