Lines 3-9
Link Here
|
3 |
|
3 |
|
4 |
PORTNAME= fontconfig |
4 |
PORTNAME= fontconfig |
5 |
PORTVERSION= 2.12.1 |
5 |
PORTVERSION= 2.12.1 |
6 |
PORTREVISION?= 2 |
6 |
PORTREVISION?= 3 |
7 |
PORTEPOCH?= 1 |
7 |
PORTEPOCH?= 1 |
8 |
CATEGORIES= x11-fonts |
8 |
CATEGORIES= x11-fonts |
9 |
MASTER_SITES= http://www.freedesktop.org/software/fontconfig/release/ |
9 |
MASTER_SITES= http://www.freedesktop.org/software/fontconfig/release/ |
Lines 49-55
Link Here
|
49 |
PLIST_SUB= PREFERRED_HINTING=${PREFERRED_HINTING} |
49 |
PLIST_SUB= PREFERRED_HINTING=${PREFERRED_HINTING} |
50 |
PORTDOCS= fontconfig-user.html fontconfig-user.pdf fontconfig-user.txt |
50 |
PORTDOCS= fontconfig-user.html fontconfig-user.pdf fontconfig-user.txt |
51 |
|
51 |
|
52 |
OPTIONS_DEFINE= DOCS |
52 |
OPTIONS_DEFINE= DOCS NO_BITMAPS |
|
|
53 |
OPTIONS_DEFAULT= HINTING_SLIGHT NO_BITMAPS |
54 |
OPTIONS_SUB= yes |
55 |
|
56 |
NO_BITMAPS_DESC= Reject bitmap fonts by default |
57 |
|
53 |
OPTIONS_SINGLE= HINTING |
58 |
OPTIONS_SINGLE= HINTING |
54 |
HINTING_DESC= Preferred pixel hinting configuration |
59 |
HINTING_DESC= Preferred pixel hinting configuration |
55 |
.for opt in NONE SLIGHT MEDIUM FULL |
60 |
.for opt in NONE SLIGHT MEDIUM FULL |
Lines 57-64
Link Here
|
57 |
HINTING_${opt}_DESC= ${opt:tl} |
62 |
HINTING_${opt}_DESC= ${opt:tl} |
58 |
HINTING_${opt}_VARS= PREFERRED_HINTING=${opt:tl} |
63 |
HINTING_${opt}_VARS= PREFERRED_HINTING=${opt:tl} |
59 |
.endfor |
64 |
.endfor |
60 |
OPTIONS_DEFAULT= HINTING_SLIGHT |
|
|
61 |
|
65 |
|
|
|
66 |
post-patch-NO_BITMAPS-on: |
67 |
@${REINPLACE_CMD} -i '.bitmaps.bak' -e \ |
68 |
'/^CONF_LINKS =/s|$$|\${.newline} 70-no-bitmaps.conf \\|' \ |
69 |
${WRKSRC}/conf.d/Makefile.in |
70 |
|
62 |
post-install: |
71 |
post-install: |
63 |
${INSTALL_MAN} ${WRKSRC}/fc-*/*.1 \ |
72 |
${INSTALL_MAN} ${WRKSRC}/fc-*/*.1 \ |
64 |
${STAGEDIR}${PREFIX}/man/man1 |
73 |
${STAGEDIR}${PREFIX}/man/man1 |