Changeset 14010 for trunk/dports/graphics
- Timestamp:
- Sep 10, 2005, 8:27:04 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/graphics/cairo/Portfile
r13749 r14010 1 # $Id: Portfile,v 1. 8 2005/08/27 14:58:33olegb Exp $1 # $Id: Portfile,v 1.9 2005/09/10 20:27:04 olegb Exp $ 2 2 3 3 PortSystem 1.0 4 4 name cairo 5 5 version 1.0.0 6 revision 1 6 7 categories graphics 7 8 maintainers darwinports@opendarwin.org 8 9 description Cairo is a vector graphics library with cross-device output support. 9 long_description ${description} Cairo is designed to produce identical output on all output media while taking advantage of display hardware acceleration when available (eg. through the X Render Extension). 10 long_description ${description} Cairo is designed to produce identical \ 11 output on all output media while taking advantage of \ 12 display hardware acceleration when available \ 13 (eg. through the X Render Extension). 10 14 homepage http://cairographics.org/ 11 15 master_sites ${homepage}releases/ 12 16 platforms darwin 13 checksums sha1 abc50d6a657cba15b3956c8c3aaea080b71172bb 14 depends_lib lib:libpixman.1:libpixman \ 15 port:xrender \ 16 port:fontconfig \ 17 port:freetype 17 18 checksums rmd160 cd81c235d62d816983233b3e87004144001cfe7f 19 20 depends_lib lib:libpixman.1:libpixman port:xrender port:fontconfig \ 21 port:freetype lib:libpng:libpng port:render port:zlib \ 22 lib:libexpat:expat 18 23 19 24 post-configure {
Note: See TracChangeset
for help on using the changeset viewer.