[96161] trunk/dports/games/fizmo/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Aug 1 23:10:18 PDT 2012


Revision: 96161
          https://trac.macports.org/changeset/96161
Author:   ryandesign at macports.org
Date:     2012-08-01 23:10:17 -0700 (Wed, 01 Aug 2012)
Log Message:
-----------
fizmo: whitespace / formatting adjustment; add modeline

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

Modified: trunk/dports/games/fizmo/Portfile
===================================================================
--- trunk/dports/games/fizmo/Portfile	2012-08-02 06:07:22 UTC (rev 96160)
+++ trunk/dports/games/fizmo/Portfile	2012-08-02 06:10:17 UTC (rev 96161)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -5,8 +6,11 @@
 name                fizmo
 version             0.7.3
 categories          games
+platforms           darwin linux
 maintainers         spellbreaker.org:Christoph.Ender
+
 description         Console-based Z-Machine interpreter for Infocom games.
+
 long_description    Fizmo is a Z-Machine interpreter (Fizmo Interprets \
                     Z-Machine Opcodes) which allows you to run Infocom- and \
                     most other Z-Machine based games -- except version 6 -- on \
@@ -20,8 +24,8 @@
                     interactive fiction, see the 'New to IF' section at \
                     http://www.ifarchive.org. Games are available from \
                     http://www.ifarchive.org/indexes/if-archiveXgamesXzcode.html
+
 homepage            http://spellbreaker.org/~chrender/fizmo/
-platforms           darwin linux
 master_sites        http://spellbreaker.org/~chrender/fizmo/source/
 
 checksums           rmd160 4de03b4fa32108db5d85e7f54d9a58e427398760 \
@@ -38,7 +42,7 @@
                     port:libpng
 
 post-patch {
-   file copy ${worksrcpath}/config.macports.mk ${worksrcpath}/config.mk
+    file copy ${worksrcpath}/config.macports.mk ${worksrcpath}/config.mk
     reinplace "s|prefix = /opt/local|prefix = ${destroot}${prefix}|g" ${worksrcpath}/config.mk
 }
 
@@ -51,9 +55,6 @@
 destroot.target     install-locales install-fizmo-console install-fizmo-ncursesw
 
 post-destroot {
-        file link -symbolic ${destroot}${prefix}/bin/fizmo \
-                fizmo-ncursesw
-        file link -symbolic ${destroot}${prefix}/share/man/man6/fizmo.6 \
-                fizmo-ncursesw.6
+    file link -symbolic ${destroot}${prefix}/bin/fizmo fizmo-ncursesw
+    file link -symbolic ${destroot}${prefix}/share/man/man6/fizmo.6 fizmo-ncursesw.6
 }
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120801/0251018f/attachment.html>


More information about the macports-changes mailing list