1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/chinese/CJKUnifonts/Makefile
Sunpoet Po-Chuan Hsieh 649a622159 - Remove unnecessary PKGNAMEPREFIX declaration
- Remove obsolete MD5 checksum while I'm here

PR:		ports/153634
Submitted by:	sunpoet (myself)
Approved by:	pav (with portmgr hat)
2011-01-09 11:13:41 +00:00

35 lines
1005 B
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
DISTFILES= ttf-arphic-uming_${PORTVERSION}.orig.tar.gz:uming \
ttf-arphic-ukai_${PORTVERSION}.orig.tar.gz:ukai
MAINTAINER= ports@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>