1 | # $Id: |
---|
2 | PortSystem 1.0 |
---|
3 | name libelf |
---|
4 | version 0.8.9 |
---|
5 | revision 0 |
---|
6 | categories devel |
---|
7 | maintainers jstrine@vexate.net |
---|
8 | description ELF object file access library |
---|
9 | homepage http://directory.fsf.org/libs/misc/libelf.html |
---|
10 | platforms darwin |
---|
11 | |
---|
12 | long_description 'Libelf' lets you read, modify or create ELF files in an \ |
---|
13 | architecture-independent way. The library takes care of \ |
---|
14 | size and endian issues, e.g. you can process a file for \ |
---|
15 | SPARC processors on an Intel-based system. |
---|
16 | |
---|
17 | master_sites http://www.mr511.de/software |
---|
18 | distname libelf-${version} |
---|
19 | checksums md5 11904a77b948bcfab671e80100b6098d \ |
---|
20 | sha1 9a91f9a3e43476c95a1b6024c09d84d00310f0a4 |
---|
21 | |
---|
22 | depends_lib port:gettext |
---|
23 | |
---|
24 | configure.args --enable-compat |
---|
25 | build.pre_args-append instroot=${destroot} |
---|
26 | destroot.pre_args-append instroot=${destroot} |
---|