diff -u a/Portfile b/Portfile
a
|
b
|
|
1 | | # $Id: Portfile,v 1.1 2006/05/05 10:36:53 rhwood Exp $ |
2 | 1 | PortSystem 1.0 |
3 | 2 | name liboil |
4 | | version 0.3.6 |
| 3 | version 0.3.9 |
5 | 4 | description |
6 | 5 | long_description ${description} |
7 | 6 | maintainers darwinports@opendarwin.org |
… |
… |
|
9 | 8 | platforms darwin |
10 | 9 | homepage http://liboil.freedesktop.org/ |
11 | 10 | master_sites http://liboil.freedesktop.org/download/ |
12 | | checksums md5 a36b2d9cc71d75d814d7bdca2263290f \ |
13 | | sha1 43cfdfeace05006bfeaacc30f1feeece657595a2 \ |
14 | | rmd160 f86830c0c9101e8fbe22879f930fb61d23b0139a |
| 11 | checksums md5 5d139b1fb16f0e93f0c84290ad2aaff8 |
15 | 12 | depends_lib |
16 | 13 | configure.args --mandir=${prefix}/share/man |
17 | 14 | configure.env CPPFLAGS="-I${prefix}/include -L${prefix}/lib" \ |
18 | 15 | CFLAGS="-L${prefix}/lib" |
19 | | # here could be a ton'o'variants |