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 eric@opendarwin.org blb@pobox.com |
---|
9 | description XML 1.0 parser written in C |
---|
10 | master_sites \ |
---|
11 | http://unc.dl.sourceforge.net/sourceforge/expat/ \ |
---|
12 | http://telia.dl.sourceforge.net/sourceforge/expat/ \ |
---|
13 | http://easynews.dl.sourceforge.net/sourceforge/expat/ \ |
---|
14 | http://umn.dl.sourceforge.net/sourceforge/expat/ \ |
---|
15 | http://twtelecom.dl.sourceforge.net/sourceforge/expat/ \ |
---|
16 | http://belnet.dl.sourceforge.net/sourceforge/expat/ \ |
---|
17 | http://switch.dl.sourceforge.net/sourceforge/expat/ \ |
---|
18 | http://cesnet.dl.sourceforge.net/sourceforge/expat/ |
---|
19 | |
---|
20 | checksums md5 ca78d94e83e9f077b5da2bfe28ba986a |
---|
21 | |
---|
22 | configure.args --enable-static==no |
---|
23 | |
---|
24 | install.destroot prefix=${destroot}/${prefix} |
---|