[97459] trunk/dports/x11/xteddy/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Sep 6 19:55:51 PDT 2012


Revision: 97459
          https://trac.macports.org/changeset/97459
Author:   ryandesign at macports.org
Date:     2012-09-06 19:55:47 -0700 (Thu, 06 Sep 2012)
Log Message:
-----------
xteddy: whitespace / formatting changes / add modeline

Modified Paths:
--------------
    trunk/dports/x11/xteddy/Portfile

Modified: trunk/dports/x11/xteddy/Portfile
===================================================================
--- trunk/dports/x11/xteddy/Portfile	2012-09-06 23:51:20 UTC (rev 97458)
+++ trunk/dports/x11/xteddy/Portfile	2012-09-07 02:55:47 UTC (rev 97459)
@@ -1,32 +1,36 @@
+# -*- 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			xteddy
-version			2.0.2
-revision                1
-categories		x11
-platforms		darwin
-maintainers		nomaintainer
-description		A cuddlesome teddy for the X desktop
-long_description	This is _the_ toy for the X desktop, a must for all plush \
-				lovers: a very, very cuddlesome teddy.
+name                xteddy
+version             2.0.2
+revision            1
+categories          x11
+platforms           darwin
+maintainers         nomaintainer
 
-homepage		http://www.itn.liu.se/~stegu/xteddy/
-master_sites	http://www.itn.liu.se/~stegu/xteddy/ freebsd
-checksums		md5 c197253b5116db5dc4e32b58dd36160e
-patchfiles		patch-xtoys
+description         A cuddlesome teddy for the X desktop
 
+long_description    This is _the_ toy for the X desktop, a must for all plush \
+                    lovers: a very, very cuddlesome teddy.
+
+homepage            http://www.itn.liu.se/~stegu/xteddy/
+master_sites        http://www.itn.liu.se/~stegu/xteddy/ freebsd
+
+checksums           md5     c197253b5116db5dc4e32b58dd36160e
+
+depends_lib         port:xorg-libsm \
+                    port:imlib \
+                    port:zlib
+
 # port:imlib is not universal
-universal_variant no
+universal_variant   no
 
-depends_lib \
-	port:xorg-libsm \
-	port:imlib \
-	port:zlib
+patchfiles          patch-xtoys
 
 post-patch {
-	reinplace "s|__PREFIX__|${prefix}|g" ${worksrcpath}/xtoys
+    reinplace "s|__PREFIX__|${prefix}|g" ${worksrcpath}/xtoys
 }
 
-configure.args	--mandir=${prefix}/share/man
+configure.args      --mandir=${prefix}/share/man
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120906/0bfcdd5a/attachment.html>


More information about the macports-changes mailing list