aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fonts/dejavu/Makefile
blob: 2a2064d95cfdb87ca7dd59b0c1a59916a554b284 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# New ports collection makefile for:    dejavu
# Date created:     Dec 23 2004
# Whom:         Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
#    $MCom: ports-stable/x11-fonts/dejavu/Makefile,v 1.2 2005/08/14 23:38:07 ahze Exp $
#

PORTNAME=   dejavu
PORTVERSION=    2.0
CATEGORIES= x11-fonts
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME=   ${PORTNAME}-ttf-${PORTVERSION}

MAINTAINER= ahze@FreeBSD.org
COMMENT=    Bitstream Vera Fonts clone with a wider range of characters

BUILD_DEPENDS=  fc-cache:${PORTSDIR}/x11-fonts/fontconfig
RUN_DEPENDS=    ${BUILD_DEPENDS}

USE_X_PREFIX=   yes
NO_BUILD=   yes

PORTDOCS=   README status.txt unicover.txt
PLIST_SUB=  FONTSDIR="${FONTSDIR:S|${PREFIX}/||}"

MSG_FILE=   ${PKGDIR}/pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message

FONTNAME=   ${PORTNAME}
FONTSDIR?=  ${PREFIX}/lib/X11/fonts/${FONTNAME}

post-patch:
    ${SED} 's|%%FONTSDIR%%|${FONTSDIR}|g' ${MSG_FILE} > ${PKGMESSAGE}

do-install:
    ${MKDIR} ${FONTSDIR}
    ${INSTALL_DATA} ${WRKSRC}/*.ttf ${FONTSDIR}
    ${INSTALL_DATA} ${FILESDIR}/fonts.dir ${FONTSDIR}
.if !defined(NOPORTDOCS)
    ${MKDIR} ${DOCSDIR}
.for f in ${PORTDOCS}
    ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif

post-install:
    @${ECHO_MSG} "===> Running fc-cache"
    -${X11BASE}/bin/fc-cache -f -v ${FONTSDIR}
    @${ECHO_MSG}
    ${CAT} ${PKGMESSAGE}
    @${ECHO_MSG}

.include <bsd.port.mk>