Ticket #501: Portfile.2
File Portfile.2, 410 bytes (added by macdome@…, 21 years ago) |
---|
Line | |
---|---|
1 | # $Id: Portfile,v 1.7 2003/03/03 07:18:04 mij Exp $ |
2 | |
3 | PortSystem 1.0 |
4 | name expat |
5 | version 1.95.6 |
6 | categories textproc |
7 | platforms darwin |
8 | maintainers blb@pobox.com macdome@opendarwin.org |
9 | description XML 1.0 parser written in C |
10 | master_sites.mirror_subdir expat |
11 | master_sites sourceforge |
12 | checksums md5 ca78d94e83e9f077b5da2bfe28ba986a |
13 | |
14 | configure.args --enable-static==no |
15 | |
16 | destroot.destdir prefix=${destroot}/${prefix} |