|
Revision 52416, 1.4 KB
(checked in by ram@…, 3 weeks ago)
|
|
devel/autoconf: whitespace only changes
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
| Line | |
|---|
| 1 | # $Id$ |
|---|
| 2 | |
|---|
| 3 | PortSystem 1.0 |
|---|
| 4 | |
|---|
| 5 | name autoconf |
|---|
| 6 | version 2.63 |
|---|
| 7 | categories devel |
|---|
| 8 | maintainers ram openmaintainer |
|---|
| 9 | platforms darwin |
|---|
| 10 | |
|---|
| 11 | description Automatically configures software for compilation |
|---|
| 12 | long_description \ |
|---|
| 13 | Autoconf is an extensible package of m4 macros that produce shell \ |
|---|
| 14 | scripts to automatically configure software source code packages. \ |
|---|
| 15 | These scripts can adapt the packages to many kinds of UNIX-like \ |
|---|
| 16 | systems without manual user intervention. Autoconf creates a \ |
|---|
| 17 | configuration script for a package from a template file that lists \ |
|---|
| 18 | the operating system features that the package can use, in the form \ |
|---|
| 19 | of m4 macro calls. |
|---|
| 20 | |
|---|
| 21 | homepage http://www.gnu.org/software/autoconf/ |
|---|
| 22 | master_sites gnu |
|---|
| 23 | use_bzip2 yes |
|---|
| 24 | |
|---|
| 25 | checksums md5 7565809ed801bb5726da0631ceab3699 \ |
|---|
| 26 | sha1 f15e14aa34acf871b47f659ef99a2e6707db4a18 \ |
|---|
| 27 | rmd160 273448a60bc4dfcfcb3ee455ef012333eeca3256 |
|---|
| 28 | |
|---|
| 29 | depends_lib path:bin/perl:perl5 \ |
|---|
| 30 | port:m4 \ |
|---|
| 31 | port:help2man |
|---|
| 32 | |
|---|
| 33 | # If libtool is eventually installed, it will provide glibtoolize (not libtoolize) |
|---|
| 34 | post-patch { |
|---|
| 35 | reinplace "s|'libtoolize'|'glibtoolize'|" ${worksrcpath}/bin/autoreconf.in |
|---|
| 36 | } |
|---|
| 37 | |
|---|
| 38 | configure.perl ${prefix}/bin/perl |
|---|
| 39 | |
|---|
| 40 | livecheck.check regex |
|---|
| 41 | livecheck.url http://ftp.gnu.org/gnu/${name}/?C=M&O=D |
|---|
| 42 | livecheck.regex ${name}-(\\d+\\.\\d+) |
|---|