[31256] trunk/dports/devel/unsermake/Portfile

takanori at macports.org takanori at macports.org
Sun Nov 18 21:23:42 PST 2007


Revision: 31256
          http://trac.macosforge.org/projects/macports/changeset/31256
Author:   takanori at macports.org
Date:     2007-11-18 21:23:41 -0800 (Sun, 18 Nov 2007)

Log Message:
-----------
unsermake: Linted.

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

Modified: trunk/dports/devel/unsermake/Portfile
===================================================================
--- trunk/dports/devel/unsermake/Portfile	2007-11-19 05:23:23 UTC (rev 31255)
+++ trunk/dports/devel/unsermake/Portfile	2007-11-19 05:23:41 UTC (rev 31256)
@@ -1,49 +1,52 @@
 # $Id$
 
-PortSystem		1.0
-name			unsermake
-version			0.4-20070824
-revision		1
-categories		devel
-maintainers		nomaintainer
-description		Replacement for automake
-long_description	Unsermake is an automake replacement from the KDE project.
-platforms		darwin
-homepage		http://www.kde.me.uk/index.php?page=unsermake
-master_sites		http://ranger.befunk.com/fink \
-			http://astrange.ithinksw.net/~astrange/ranger-fink \
-			http://www.southofheaven.net/befunk
-distfiles		${name}-20070824.tar.bz2
-use_bzip2		yes
+PortSystem      1.0
 
-checksums		md5 b794f83bdc3f6205d1fd731da4e96d89
-worksrcdir		${name}
+name            unsermake
+version         0.4-20070824
+revision        1
+categories      devel
+maintainers     nomaintainer
+description     Replacement for automake
+long_description \
+                Unsermake is an automake replacement from the KDE project.
+platforms       darwin
+homepage        http://www.kde.me.uk/index.php?page=unsermake
+master_sites    http://ranger.befunk.com/fink \
+                http://astrange.ithinksw.net/~astrange/ranger-fink \
+                http://www.southofheaven.net/befunk
+distfiles       ${name}-20070824.tar.bz2
+use_bzip2       yes
+checksums       md5 b794f83bdc3f6205d1fd731da4e96d89
+worksrcdir      ${name}
 
-depends_run		port:py25-zlib \
-			port:python25
+depends_run     port:py25-zlib \
+                port:python25
 
-patch		{
-		reinplace "s|exec python|exec ${prefix}/bin/python2.5|" ${worksrcpath}/unsermake
+patch {
+    reinplace "s|exec python|exec ${prefix}/bin/python2.5|" ${worksrcpath}/unsermake
 }
-configure	{}
-build		{}
-destroot	{
-		xinstall -d -m 755 ${destroot}${prefix}/share/unsermake
-		foreach f {*.um *.py} {
-			eval xinstall -m 644 [glob ${worksrcpath}/${f}] ${destroot}${prefix}/share/unsermake/
-		}
-		xinstall -m 755 ${worksrcpath}/unsermake ${destroot}${prefix}/share/unsermake/
-		system "ln -sf ${prefix}/share/unsermake/unsermake ${destroot}${prefix}/bin/unsermake"
-}
 
-post-destroot	{
-		xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-		xinstall -m 644 -W ${worksrcpath} COPYING README TODO ${destroot}${prefix}/share/doc/${name}
+configure {}
+
+build {}
+
+destroot {
+    xinstall -d -m 755 ${destroot}${prefix}/share/unsermake
+    foreach f {*.um *.py} {
+        eval xinstall -m 644 [glob ${worksrcpath}/${f}] ${destroot}${prefix}/share/unsermake/
+    }
+    xinstall -m 755 ${worksrcpath}/unsermake ${destroot}${prefix}/share/unsermake/
+    ln -s ${prefix}/share/unsermake/unsermake ${destroot}${prefix}/bin/unsermake
 }
+post-destroot {
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} COPYING README TODO ${destroot}${prefix}/share/doc/${name}
+}
 
 platform darwin 7 {
-		depends_run-append	port:coreutils
-		post-patch {
-			reinplace "s|`readlink|`greadlink|" ${worksrcpath}/unsermake
-		}
+    depends_run-append  port:coreutils
+    post-patch {
+        reinplace "s|`readlink|`greadlink|" ${worksrcpath}/unsermake
+    }
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071118/fc6a8404/attachment-0001.html


More information about the macports-changes mailing list