blob: f335dbe372adb5f3588aa5a60db6b7a14570dea7 (
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
|
# New ports collection makefile for: arne TrueType Font
# Date created: 10 Dec 2004
# Whom: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
#
# $FreeBSD$
#
PORTNAME= arnettf
PORTVERSION= 0.0.20041031
CATEGORIES= chinese x11-fonts
MASTER_SITES= http://debian.linux.org.tw/pub/3Anoppix/people/arne/uming/ \
http://debian.linux.org.tw/pub/3Anoppix/people/arne/ukai/
DISTFILES= ttf-arphic-uming_0.0.20041031-1.tar.gz \
ttf-arphic-ukai_0.0.20041031-1.tar.gz
MAINTAINER= statue@freebsd.netlab.cse.yzu.edu.tw
COMMENT= Arne TrueType Font is combine of arphic ming and kai fonts
BUILD_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig \
ttfm.sh:${PORTSDIR}/chinese/ttfm
RUN_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig \
ttfm.sh:${PORTSDIR}/chinese/ttfm
NO_WRKSUBDIR= yes
NO_BUILD= yes
USE_XLIB= yes
FONTDIR= ${PREFIX}/share/fonts/TrueType
XFONTDIR= ${X11BASE}/lib/X11/fonts/TrueType
.include <bsd.port.pre.mk>
do-install:
@${MKDIR} ${FONTDIR}
@${INSTALL_DATA} ${WRKSRC}/ttf-arphic-ukai-0.0.20041031/ukai.ttf ${FONTDIR}
@${INSTALL_DATA} ${WRKSRC}/ttf-arphic-uming-0.0.20041031/uming.ttf ${FONTDIR}
@${ECHO_MSG} "===> Running ttfm.sh"
-@${PREFIX}/bin/ttfm.sh --add xttfm ukai.ttf
-@${PREFIX}/bin/ttfm.sh --add xttfm uming.ttf
@${ECHO_MSG} "===> Running fc-cache"
-@${X11BASE}/bin/fc-cache -f -v ${XFONTDIR}
.include <bsd.port.post.mk>
|