aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fonts/khmeros/Makefile
blob: 04bf1adb5ed1e7d7f51a4a12c79d9f7402981556 (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
# New ports collection makefile for:    khmer
# Date created:     July 30 2010
# Whom:         Kuan-Chung Chiu <buganini@gmail.com>
#
# $FreeBSD$
#

PORTNAME=   khmeros
PORTVERSION=    5.0
CATEGORIES= x11-fonts
MASTER_SITES=   SF/khmer/Fonts%20-%20KhmerOS/KhmerOS%20Fonts%205.0-%20LGPL%20Licence
DISTNAME=   All_KhmerOS_5.0

MAINTAINER= buganini@gmail.com
COMMENT=    Khmer OS fonts

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

USE_ZIP=    yes
NO_BUILD=   yes

FONTSDIR=   lib/X11/fonts/Khmer/
PLIST_SUB+= FONTSDIR=${FONTSDIR}

post-patch:
    ${MV} "${WRKSRC}/KhmerOS .ttf" ${WRKSRC}/KhmerOS.ttf

do-install:
    ${MKDIR} ${PREFIX}/${FONTSDIR}
    ${INSTALL_DATA} ${WRKSRC}/*.ttf ${PREFIX}/${FONTSDIR}

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

.include <bsd.port.mk>