Ticket #358: Portfile
File Portfile, 400 bytes (added by ssen@…, 22 years ago) |
---|
Line | |
---|---|
1 | PortSystem 1.0 |
2 | name bzip2 |
3 | version 1.0.2 |
4 | platforms darwin |
5 | categories sysutils archivers |
6 | maintainers ssen@opendarwin.org |
7 | description bzip2 compression library and tools |
8 | |
9 | master_sites ftp://sources.redhat.com/pub/bzip2/v102/ |
10 | checksums md5 ee76864958d568677f03db8afad92beb |
11 | patchfiles patch-shared.diff |
12 | |
13 | configure {} |
14 | build.args PREFIX="${prefix}" |
15 | install.args PREFIX="${destroot}/${prefix}" |