1 | Index: Portfile |
---|
2 | =================================================================== |
---|
3 | RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/graphics/fontconfig/Portfile,v |
---|
4 | retrieving revision 1.19 |
---|
5 | diff -u -r1.19 Portfile |
---|
6 | --- Portfile 25 Mar 2004 06:51:07 -0000 1.19 |
---|
7 | +++ Portfile 28 Mar 2004 00:17:50 -0000 |
---|
8 | @@ -18,3 +18,12 @@ |
---|
9 | |
---|
10 | configure.env CPPFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib |
---|
11 | configure.args --mandir=${prefix}/share/man |
---|
12 | + |
---|
13 | +variant vera { |
---|
14 | + depends_build-append \ |
---|
15 | + path:${prefix}/share/fonts/Vera.ttf:bitstream-vera |
---|
16 | + post-destroot { |
---|
17 | + xinstall -m 644 ${prefix}/share/doc/bitstream-vera/local.conf \ |
---|
18 | + ${destroot}${prefix}/etc/fonts |
---|
19 | + } |
---|
20 | +} |
---|