aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/mingunittf/Makefile
blob: a6522fff4e9dfb1bd542d7f1818e9932d457187d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# 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>