freebsd-ports/chinese/CNS11643-font/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
898 B
Makefile

# New ports collection makefile for: CNS11643-font
# Date created: 2009/01/03
# Whom: chinsan
#
# $FreeBSD$
#
PORTNAME= CNS11643-font
PORTVERSION= 95.1.3
CATEGORIES= chinese x11-fonts
MASTER_SITES= LOCAL/chinsan/fonts/ \
http://www.cns11643.gov.tw/cns11643/images/ttf/
DISTFILES= TW-Kai-95_1_3.ttf TW-Sung-95_1_3.ttf
MAINTAINER= ports@FreeBSD.org
COMMENT= A combine of Kai and Sung with CNS11643 TrueType Fonts
DIST_SUBDIR= ${PORTNAME}
NO_WRKSUBDIR= yes
NO_BUILD= yes
RESTRICTED= "No redistribution or commercial use is allowed."
TTF= TW-Kai-95_1_3.ttf TW-Sung-95_1_3.ttf
do-extract:
@${MKDIR} ${WRKDIR}
do-install:
@${MKDIR} ${FONTSDIR}
${INSTALL_DATA} ${DISTDIR}/${PORTNAME}/TW-Kai-95_1_3.ttf ${FONTSDIR}
${INSTALL_DATA} ${DISTDIR}/${PORTNAME}/TW-Sung-95_1_3.ttf ${FONTSDIR}
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/chinese/ttfm/Makefile.ttf"
.include <bsd.port.post.mk>