[55849] trunk/dports/devel

takanori at macports.org takanori at macports.org
Thu Aug 20 04:07:13 PDT 2009


Revision: 55849
          http://trac.macports.org/changeset/55849
Author:   takanori at macports.org
Date:     2009-08-20 04:07:12 -0700 (Thu, 20 Aug 2009)
Log Message:
-----------
autoconf 2.63

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

Added: trunk/dports/devel/autoconf263/Portfile
===================================================================
--- trunk/dports/devel/autoconf263/Portfile	                        (rev 0)
+++ trunk/dports/devel/autoconf263/Portfile	2009-08-20 11:07:12 UTC (rev 55849)
@@ -0,0 +1,43 @@
+# $Id$
+
+PortSystem      1.0
+
+name            autoconf263
+version         2.63
+categories      devel
+maintainers     nomaintainer
+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}
+checksums       rmd160 273448a60bc4dfcfcb3ee455ef012333eeca3256
+
+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=263 \
+                --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/autoconf263/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090820/993aac9e/attachment.html>


More information about the macports-changes mailing list