| 1 | # $Id: Portfile,v 1.20 2005/05/30 21:14:03 mww Exp $ |
|---|
| 2 | |
|---|
| 3 | PortSystem 1.0 |
|---|
| 4 | name apr-util |
|---|
| 5 | version 1.1.2 |
|---|
| 6 | categories devel |
|---|
| 7 | maintainers dluke@geeklair.net |
|---|
| 8 | description Utilities built with the apache group's portability library |
|---|
| 9 | |
|---|
| 10 | long_description apr-util is a library of useful utilities built with \ |
|---|
| 11 | and intended to be used with the Apache Portable Runtime. |
|---|
| 12 | |
|---|
| 13 | homepage http://apr.apache.org/ |
|---|
| 14 | |
|---|
| 15 | depends_lib lib:libapr-1.0:apr port:expat \ |
|---|
| 16 | port:libiconv lib:libdb-4:db4 \ |
|---|
| 17 | lib:libexpat:expat |
|---|
| 18 | |
|---|
| 19 | master_sites apache:apr |
|---|
| 20 | |
|---|
| 21 | checksums md5 e82f933c065ccd1c7d910da67bc77825 |
|---|
| 22 | |
|---|
| 23 | configure.args --with-apr=${prefix} --with-expat=${prefix} |
|---|