1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/chinese/mingunittf/Makefile
2010-05-21 07:19:11 +00:00

34 lines
764 B
Makefile

# New ports collection makefile for: HKSCS Chinese TrueType fonts
# Date created: 29 Nov 2003
# Whom: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
#
# $FreeBSD$
#
PORTNAME= mingunittf
PORTVERSION= 1.08
PORTREVISION= 1
CATEGORIES= chinese x11-fonts
MASTER_SITES= http://www.ogcio.gov.hk/ccli/unicode/hkscs/download/
DISTNAME= ming_uni.ttf
EXTRACT_SUFX= .gz
MAINTAINER= ports@FreeBSD.org
COMMENT= Chinese Big5HKSCS TrueType fonts
EXTRACT_CMD= ${GZIP_CMD}
EXTRACT_BEFORE_ARGS= -dc
EXTRACT_AFTER_ARGS= > ${WRKSRC}/${TTF}
NO_WRKSUBDIR= yes
NO_BUILD= yes
TTF= minguni.ttf
do-install:
@${MKDIR} ${FONTSDIR}
${INSTALL_DATA} ${WRKSRC}/${TTF} ${FONTSDIR}
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/chinese/ttfm/Makefile.ttf"
.include <bsd.port.post.mk>