RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/devel/apr/Portfile,v
retrieving revision 1.17
diff -u -r1.17 Portfile
|
|
|
2 | 2 | |
3 | 3 | PortSystem 1.0 |
4 | 4 | name apr |
5 | | version APACHE_2_0_47 |
| 5 | version 0.9.4 |
6 | 6 | categories devel |
7 | 7 | maintainers jcorley1@nc.rr.com |
8 | 8 | description the apache group's portability library |
… |
… |
|
13 | 13 | possible, including Unices, Win32, BeOS, and OS/2. |
14 | 14 | |
15 | 15 | homepage http://apr.apache.org/ |
16 | | master_sites http://distfiles.opendarwin.org/ |
17 | | checksums md5 a1bd1c36712d65b3cc1ef6aabfef37d5 |
| 16 | master_sites http://www.apache.org/dist/apr/ |
| 17 | checksums md5 0f1e6765532dd581a58d69b35adeecfe |
18 | 18 | pre-configure { system "cd ${worksrcpath} && ./buildconf" } |
19 | 19 | configure.args --with-installbuilddir=${prefix}/share/apr-0/build |