RCS file: /Volumes/src/cvs/od/projects/darwinports/dports/print/freetype/Portfile,v
retrieving revision 1.14
diff -u -r1.14 Portfile
|
|
|
3 | 3 | PortSystem 1.0 |
4 | 4 | name freetype |
5 | 5 | version 2.1.9 |
| 6 | revision 1 |
6 | 7 | categories graphics |
7 | 8 | maintainers jkh@opendarwin.org |
8 | 9 | description A software font engine |
… |
… |
|
19 | 20 | use_bzip2 yes |
20 | 21 | checksums md5 ec1b903e4be5f073caa72458ea58c29c |
21 | 22 | patchfiles patch-ftconfig.h |
| 23 | |
| 24 | depends_lib lib:XXX:zlib |
| 25 | configure.args --with-zlib=${prefix} |
| 26 | configure.env CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib" |
22 | 27 | |
23 | 28 | variant x86 { |
24 | 29 | patchfiles-append patch-builds-unix-configure |