Ticket #15209: cairo-quartz-font.diff
File cairo-quartz-font.diff, 669 bytes (added by nox@…, 16 years ago) |
---|
-
Portfile
5 5 name cairo 6 6 set my_name cairo 7 7 version 1.6.4 8 revision 1 8 9 categories graphics 9 10 maintainers ryandesign 10 11 homepage http://cairographics.org/ … … 88 89 } 89 90 } 90 91 92 post-destroot { 93 xinstall -m 0644 ${worksrcpath}/src/cairo-quartz-font.pc \ 94 ${destroot}${prefix}/lib/pkgconfig/ 95 } 96 91 97 set my_universal_archs {i386 ppc} 92 98 set first_arch [lindex ${my_universal_archs} 0] 93 99 set my_worksrcpaths {}