freebsd-ports/chinese/CJKUnifonts/Makefile
Yen-Ming Lee aadd0f3a5f - add chinese/Makefile.ttf to control install/deinstall process of all
TrueType fonts in chinese/*ttf
- update related Makefile(s) and remove pkg-{install,pkg-deinstall,pkg-plist}
- relocate non-font files to DATADIR or DOCSDIR
- fix "unable to reomve fonts from gscjk" problem in ttfm.sh and gscjk.ttfm
- update chinese/zh-fireflyttf to 1.2.6 [1]

PR:		[1] 77438
Submitted by:	leeym
Approved by:	statue at freebsd.sinica.edu.tw
2005-02-19 13:51:50 +00:00

31 lines
935 B
Makefile

# 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
NO_WRKSUBDIR= yes
NO_BUILD= yes
TTF= ukai.ttf uming.ttf
do-install:
@${MKDIR} ${FONTSDIR}
${INSTALL_DATA} ${WRKSRC}/ttf-arphic-ukai-0.0.20041031/ukai.ttf ${FONTSDIR}
${INSTALL_DATA} ${WRKSRC}/ttf-arphic-uming-0.0.20041031/uming.ttf ${FONTSDIR}
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/chinese/ttfm/Makefile.ttf"
.include <bsd.port.post.mk>