mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
4fef57b0ee
- Update pkg-descr. - Upte WWW url.
36 lines
1.0 KiB
Makefile
36 lines
1.0 KiB
Makefile
# New ports collection makefile for: CJKUnifonts(Arne's TrueType Font)
|
|
# Date created: 10 Dec 2004
|
|
# Whom: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= CJKUnifonts
|
|
PORTVERSION= 0.2.20080216.1
|
|
CATEGORIES= chinese x11-fonts
|
|
MASTER_SITES= LOCAL/chinsan/fonts/:uming \
|
|
http://ftp.debian.org/debian/pool/main/t/ttf-arphic-uming/:uming \
|
|
LOCAL/chinsan/fonts/:ukai \
|
|
http://ftp.debian.org/debian/pool/main/t/ttf-arphic-ukai/:ukai
|
|
PKGNAMEPREFIX= zh-
|
|
DISTFILES= ttf-arphic-uming_${PORTVERSION}.orig.tar.gz:uming \
|
|
ttf-arphic-ukai_${PORTVERSION}.orig.tar.gz:ukai
|
|
|
|
MAINTAINER= chinsan@FreeBSD.org
|
|
COMMENT= CJKUnifonts TrueType Font is a combine of Arphic Ming and Kai fonts
|
|
|
|
DIST_SUBDIR= ${PORTNAME}
|
|
NO_WRKSUBDIR= yes
|
|
NO_BUILD= yes
|
|
|
|
TTF= ukai.ttc uming.ttc
|
|
|
|
do-install:
|
|
@${MKDIR} ${FONTSDIR}
|
|
${INSTALL_DATA} ${WRKDIR}/ukai.ttc ${FONTSDIR}
|
|
${INSTALL_DATA} ${WRKDIR}/uming.ttc ${FONTSDIR}
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/chinese/ttfm/Makefile.ttf"
|
|
.include <bsd.port.post.mk>
|