aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/Uses/fonts.mk
blob: 377f087c87d3d60b1f5dfd72fcba526105160e1a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $FreeBSD$
#
# handle fonts
# Feature:  fonts
# Usage:    USES=fonts

.if !defined(_INCLUDE_USES_FONTS_MK)
.if !empty(fonts_ARGS)
IGNORE= USES=fonts - expecting no arguments
.endif

RUN_DEPENDS+=   fc-cache:${PORTSDIR}/x11-fonts/fontconfig \
        mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \
        mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale

PLIST_FILES+=   "@fcfontsdir ${FONTSDIR}"
.endif