mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
f1a76cdb4b
for rendering LIBERATION typefaces in sans serif, serif, and monospaced character styles. There are three sets: Sans (a substitute for Arial, Albany, Helvetica, Nimbus Sans L, and Bitstream Vera Sans), Serif (a substitute for Times New Roman, Thorndale, Nimbus Roman, and Bitstream Vera Serif) and Mono (a substitute for Courier New, Cumberland, Courier, Nimbus Mono L, and Bitstream Vera Sans Mono). <https://www.redhat.com/promo/fonts/>
19 lines
637 B
Plaintext
19 lines
637 B
Plaintext
@comment $FreeBSD$
|
|
%%FONTDIR%%/LiberationMono-Bold.ttf
|
|
%%FONTDIR%%/LiberationMono-BoldItalic.ttf
|
|
%%FONTDIR%%/LiberationMono-Italic.ttf
|
|
%%FONTDIR%%/LiberationMono-Regular.ttf
|
|
%%FONTDIR%%/LiberationSans-Bold.ttf
|
|
%%FONTDIR%%/LiberationSans-BoldItalic.ttf
|
|
%%FONTDIR%%/LiberationSans-Italic.ttf
|
|
%%FONTDIR%%/LiberationSans-Regular.ttf
|
|
%%FONTDIR%%/LiberationSerif-Bold.ttf
|
|
%%FONTDIR%%/LiberationSerif-BoldItalic.ttf
|
|
%%FONTDIR%%/LiberationSerif-Italic.ttf
|
|
%%FONTDIR%%/LiberationSerif-Regular.ttf
|
|
%%FONTDIR%%/License.txt
|
|
%%FONTDIR%%/fonts.dir
|
|
%%FONTDIR%%/fonts.scale
|
|
@unexec rm %D/%%FONTDIR%%/fonts.cache-1 2>/dev/null || true
|
|
@dirrm %%FONTDIR%%
|