aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/auto-cn-l10n/Makefile
blob: 553df216ec7df357ee202d90dee54ba909bd1a30 (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# New ports collection makefile for:    zh-auto-cn-l10n
# Date created:     12 May 2006
# Whom:         Yinghong Liu <relaxbsd@gmail.com>
#
# $FreeBSD$

PORTNAME=   auto-cn-l10n
PORTVERSION=    1.1
CATEGORIES= chinese
MASTER_SITES=   ftp://local-distfiles.freebsd.org.cn/pub/china-ports/hamigua/
DISTNAME=   zh-${PORTNAME}-${PORTVERSION}

MAINTAINER= relaxbsd@gmail.com
COMMENT=    The automatic localization for Simplified Chinese zh_CN.eucCN locale

NO_BUILD=   yes
PKGMESSAGE= ${WRKDIR}/pkg-message
REINPLACE_ARGS= -i ""

OPTIONS=    WQY     "WenQuanYi Bitmap Song Font"        on \
        FIREFLYTTF  "Firefly TrueType Font"         off \
        FCITX       "GBK Chinese XIM server"        off \
        SCIM        "Smart Common Input Method platform"    on \
        MINICHINPUT     "A tiny version of Chinput"     off \
        RELAXCONF   "A set of utilities for FreeBSD LiveCD" on

.include <bsd.port.pre.mk>

.if !defined(WITHOUT_WQY)
RUN_DEPENDS+=   ${X11BASE}/lib/X11/fonts/wqy/wenquanyi_10pt.pcf:${PORTSDIR}/x11-fonts/wqy
.endif

.if defined(WITH_FIREFLYTTF)
RUN_DEPENDS+=   ${LOCALBASE}/share/fonts/TrueType/fireflysung.ttf:${PORTSDIR}/chinese/fireflyttf
.endif

.if defined(WITH_FCITX)
RUN_DEPENDS+=   fcitx:${PORTSDIR}/chinese/fcitx
.endif

.if !defined(WITHOUT_SCIM)
RUN_DEPENDS+=   ${LOCALBASE}/share/scim/tables/Wubi.bin:${PORTSDIR}/chinese/scim-tables
RUN_DEPENDS+=   ${LOCALBASE}/lib/scim-1.0/1.4.0/IMEngine/pinyin.so:${PORTSDIR}/chinese/scim-pinyin
.endif

.if defined(WITH_MINICHINPUT)
RUN_DEPENDS+=   chinput:${PORTSDIR}/chinese/miniChinput
.endif

.if !defined(WITHOUT_RELAXCONF)
RUN_DEPENDS+=   relaxconf:${PORTSDIR}/sysutils/relaxconf
.endif

post-patch:
    @${REINPLACE_CMD} -e "s|%%X11BASE%%|${X11BASE}|g; \
        s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/dot.xselector ${WRKSRC}/dot.xinitrc

do-install:
    ${MKDIR} ${PREFIX}/share/skel/zh_CN.eucCN
    ${CP} ${WRKSRC}/* ${PREFIX}/share/skel/zh_CN.eucCN

post-install:
    @${SED} "s|%%PREFIX%%|${PREFIX}|g" \
        ${.CURDIR}/pkg-message > ${PKGMESSAGE}
    @${CAT} ${PKGMESSAGE}

.include <bsd.port.post.mk>