RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/graphics/wxWidgets/Portfile,v
retrieving revision 1.4
diff -u -r1.4 Portfile
|
|
|
3 | 3 | PortSystem 1.0 |
4 | 4 | |
5 | 5 | name wxWidgets |
6 | | version 2.5.1 |
7 | | revision 1 |
| 6 | version 2.5.2 |
8 | 7 | categories graphics devel |
9 | 8 | platforms darwin |
10 | 9 | maintainers mww@opendarwin.org blb@pobox.com |
… |
… |
|
20 | 19 | master_sites sourceforge:wxwindows \ |
21 | 20 | ftp://biolpc22.york.ac.uk/pub/${version}/ |
22 | 21 | distname wxAll-${version} |
23 | | checksums md5 4445fe0f17130226aff94d92ff891c53 |
| 22 | checksums md5 468d900fa4b34e2341879471c7631ed8 |
24 | 23 | |
25 | 24 | depends_lib lib:libjpeg:jpeg \ |
26 | 25 | lib:libtiff:tiff \ |
… |
… |
|
30 | 29 | bin:sdl-config:libsdl \ |
31 | 30 | lib:libSDL_mixer:libsdl_mixer |
32 | 31 | |
33 | | set worksrcdir wxWindows-${version}/build |
34 | | |
35 | | patchfiles patch-Makefile.in |
| 32 | set worksrcdir wxWidgets-${version}/build |
36 | 33 | |
37 | 34 | configure.cmd ../configure |
38 | 35 | configure.env CPPFLAGS="-I${prefix}/include" \ |