Ticket #12588: Portfile

File Portfile, 795 bytes (added by jstrine@…, 17 years ago)
Line 
1# $Id:
2PortSystem 1.0
3name            libelf
4version         0.8.9
5revision        0
6categories      devel
7maintainers     jstrine@vexate.net
8description     ELF object file access library
9homepage        http://directory.fsf.org/libs/misc/libelf.html
10platforms       darwin
11
12long_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
17master_sites    http://www.mr511.de/software
18distname        libelf-${version}
19checksums       md5 11904a77b948bcfab671e80100b6098d \
20                sha1 9a91f9a3e43476c95a1b6024c09d84d00310f0a4
21
22depends_lib     port:gettext
23
24configure.args                  --enable-compat
25build.pre_args-append           instroot=${destroot}
26destroot.pre_args-append        instroot=${destroot}