[137306] trunk/dports/devel/automake/Portfile

larryv at macports.org larryv at macports.org
Mon Jun 8 17:21:46 PDT 2015


Revision: 137306
          https://trac.macports.org/changeset/137306
Author:   larryv at macports.org
Date:     2015-06-08 17:21:46 -0700 (Mon, 08 Jun 2015)
Log Message:
-----------
automake: Add modeline, rearrange, reformat

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

Modified: trunk/dports/devel/automake/Portfile
===================================================================
--- trunk/dports/devel/automake/Portfile	2015-06-08 19:20:49 UTC (rev 137305)
+++ trunk/dports/devel/automake/Portfile	2015-06-09 00:21:46 UTC (rev 137306)
@@ -1,52 +1,54 @@
+# -*- 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                automake
+
 # IMPORTANT
 # On future version bumps, make sure you also revbump the libtool port
 # Otherwise glibtoolize will provide an incompatible version of aclocal.m4
 # from the older version of automake.
 # cf: ${prefix}/share/libtool/aclocal.m4
-
-name                automake
 version             1.15
 revision            0
+
 categories          devel
+platforms           darwin freebsd
+supported_archs     noarch
 license             {GPL-2+ Permissive}
-installs_libs       no
 maintainers         mww openmaintainer
+
 description         the gnu automake utility for generating Makefile.in
-platforms           darwin freebsd
-supported_archs     noarch
 long_description    Automake is a tool for automatically generating \
-        Makefile.in files from files called Makefile.am. Each \
-        Makefile.am is basically a series of make variable \
-        definitions, with rules being thrown in occasionally. The \
-        generated Makefile.in files are compliant with the GNU \
-        Makefile standards.
+                    Makefile.in files from files called Makefile.am. \
+                    Each Makefile.am is basically a series of make \
+                    variable definitions, with rules being thrown in \
+                    occasionally. The generated Makefile.in files are \
+                    compliant with the GNU Makefile standards.
+homepage            http://www.gnu.org/software/automake
 
-homepage            http://www.gnu.org/software/automake/
+depends_build       port:autoconf
+depends_lib         path:bin/perl:perl5
+installs_libs       no
+
 master_sites        gnu
 checksums           rmd160  f6b79bd925768c9175f79fdfc64f9a364a2230a5 \
                     sha256  7946e945a96e28152ba5a6beb0625ca715c6e32ac55f2e353ef54def0c8ed924
 
-depends_build       port:autoconf
-depends_lib         path:bin/perl:perl5
-
+configure.perl      ${prefix}/bin/perl
 configure.args      --infodir=${prefix}/share/info
-configure.perl      ${prefix}/bin/perl
 
 test.run            yes
 test.target         check
 
-post-destroot    {
+post-destroot {
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-    xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog \
-        HACKING INSTALL NEWS README THANKS \
-        ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} \
+            AUTHORS COPYING ChangeLog HACKING INSTALL NEWS README THANKS \
+            ${destroot}${prefix}/share/doc/${name}
 }
 
 livecheck.type      regex
 livecheck.url       http://ftp.gnu.org/gnu/${name}/?C=M&O=D
 livecheck.regex     automake-(\[0-9\\\.]+\[0-9\])\\.
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150608/722e2822/attachment.html>


More information about the macports-changes mailing list