[99834] trunk/dports/devel

landonf at macports.org landonf at macports.org
Sun Nov 18 15:16:48 PST 2012


Revision: 99834
          https://trac.macports.org/changeset/99834
Author:   landonf at macports.org
Date:     2012-11-18 15:16:48 -0800 (Sun, 18 Nov 2012)
Log Message:
-----------
Add an autoconf 2.64 port, for those times when no other version of autoconf will do.

Added Paths:
-----------
    trunk/dports/devel/autoconf264/
    trunk/dports/devel/autoconf264/Portfile

Added: trunk/dports/devel/autoconf264/Portfile
===================================================================
--- trunk/dports/devel/autoconf264/Portfile	                        (rev 0)
+++ trunk/dports/devel/autoconf264/Portfile	2012-11-18 23:16:48 UTC (rev 99834)
@@ -0,0 +1,48 @@
+# -*- 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
+
+name            autoconf264
+version         2.64
+categories      devel
+maintainers     landonf openmaintainer
+# there is an exception that basically means dependents don't have to be GPL
+license         {Autoconf GPL-2+}
+description     Automatically configures software for compilation
+long_description \
+                Autoconf is an extensible package of m4 macros that produce shell \
+                scripts to automatically configure software source code packages. \
+                These scripts can adapt the packages to many kinds of UNIX-like \
+                systems without manual user intervention. Autoconf creates a \
+                configuration script for a package from a template file that lists \
+                the operating system features that the package can use, in the form \
+                of m4 macro calls.
+platforms       darwin
+homepage        http://www.gnu.org/software/autoconf/
+master_sites    gnu:autoconf
+use_bzip2       yes
+distname        autoconf-${version}
+universal_variant       no
+
+checksums       rmd160  cf498949b3cc0a6bc465a50114c98750871bcf49
+
+depends_lib     path:bin/perl:perl5 \
+                port:m4 \
+                port:help2man
+
+# If libtool is eventually installed, it will provide glibtoolize (not libtoolize)
+post-patch {
+    reinplace "s|'libtoolize'|'glibtoolize'|" ${worksrcpath}/bin/autoreconf.in
+}
+
+configure.perl  ${prefix}/bin/perl
+configure.args  --program-suffix=264 \
+                --datadir=${prefix}/share/${name}
+
+post-destroot {
+    delete ${destroot}${prefix}/share/emacs
+    delete ${destroot}${prefix}/share/info
+}
+
+livecheck.type  none


Property changes on: trunk/dports/devel/autoconf264/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121118/06ede337/attachment.html>


More information about the macports-changes mailing list