summaryrefslogtreecommitdiffstats
path: root/chinese/mingunittf/Makefile
blob: d7a5d8a20291db1e6c23bcde08e2a6039f6eaff6 (plain)
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
# New ports collection makefile for:	HKSCS Chinese TrueType fonts
# Date created:		29 Nov 2003
# Whom:			Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
#
# $FreeBSD$
#

PORTNAME=	mingunittf
PORTVERSION=	1.08
CATEGORIES=	chinese x11-fonts
MASTER_SITES=	http://www.info.gov.hk/digital21/chi/hkscs/download/
DISTNAME=	ming_uni.ttf
EXTRACT_SUFX=	.gz

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Chinese Big5HKSCS TrueType fonts

BUILD_DEPENDS=	ttfm.sh:${PORTSDIR}/chinese/ttfm \
		fc-cache:${PORTSDIR}/x11-fonts/fontconfig
RUN_DEPENDS=	ttfm.sh:${PORTSDIR}/chinese/ttfm \
		fc-cache:${PORTSDIR}/x11-fonts/fontconfig

EXTRACT_CMD=	${GZIP_CMD}
EXTRACT_BEFORE_ARGS=	-dc
EXTRACT_AFTER_ARGS=	> ${WRKSRC}/minguni.ttf
NO_WRKSUBDIR=	yes
NO_BUILD=	yes
SHAREMODE=	644
USE_XLIB=	yes
FONTDIR=	${PREFIX}/share/fonts/TrueType
XFONTDIR=	${X11BASE}/lib/X11/fonts/TrueType
INSTALL_ENV=	PKG_PREFIX=${PREFIX}

.include <bsd.port.pre.mk>

do-install:
	@${MKDIR} ${FONTDIR}
	@${INSTALL_DATA} ${WRKSRC}/minguni.ttf ${FONTDIR}
	@${ECHO_MSG} "===> Running ttfm.sh"
	-@${PREFIX}/bin/ttfm.sh --add xttfm minguni.ttf
	@${ECHO_MSG} "===> Running fc-cache"
	-@${X11BASE}/bin/fc-cache -f -v ${XFONTDIR}

.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud