Last change
on this file since 26072 was
26072,
checked in by nox@…, 11 years ago
|
Changed perl dependency type from port to bin:perl for consistency with automake.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
1.1 KB
|
Line | |
---|
1 | # $Id: Portfile 26072 2007-06-11 17:29:07Z nox@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name autoconf |
---|
5 | version 2.61 |
---|
6 | categories devel |
---|
7 | maintainers nomaintainer |
---|
8 | description Automatically configures software for compilation |
---|
9 | long_description \ |
---|
10 | Autoconf is an extensible package of m4 macros that produce \ |
---|
11 | shell scripts to automatically configure software source code \ |
---|
12 | packages. These scripts can adapt the packages to many kinds \ |
---|
13 | of UNIX-like systems without manual user intervention. \ |
---|
14 | Autoconf creates a configuration script for a package from a \ |
---|
15 | template file that lists the operating system features that \ |
---|
16 | the package can use, in the form of m4 macro calls. |
---|
17 | homepage http://www.gnu.org/software/autoconf/ |
---|
18 | platforms darwin |
---|
19 | master_sites gnu |
---|
20 | use_bzip2 yes |
---|
21 | checksums md5 36d3fe706ad0950f1be10c46a429efe0 \ |
---|
22 | sha1 cc4b2f1a3e41f5542594b089ecdf7974890b3190 \ |
---|
23 | rmd160 85c49124856eec74375f0a786d2aa7e6bd28a0e6 |
---|
24 | configure.args --mandir=${prefix}/share/man \ |
---|
25 | --infodir=${prefix}/share/info |
---|
26 | depends_run bin::perl:perl5.8 |
---|
27 | |
---|
28 | livecheck.check regex |
---|
29 | livecheck.url http://ftp.gnu.org/gnu/${name}/?M=D |
---|
30 | livecheck.regex ${name}-(\\d+\\.\\d+) |
---|
Note: See
TracBrowser
for help on using the repository browser.