aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/mozc-additions/Makefile
blob: 92fba4d6b7beedc137ee42b6c68172c833bdda57 (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
# New ports collection makefile for:    mozc-additions
# Date created:             26 June 2010
# Whom:                 Daichi GOTO <daichi@freebsd.org>
#
# $FreeBSD$
#

PORTNAME=   mozc-additions
PORTVERSION=    1.3.911.102
PORTREVISION=   1
CATEGORIES= japanese
MASTER_SITES=   ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= daichi
PKGNAMEPREFIX?= ja-

MAINTAINER= daichi@FreeBSD.org
COMMENT=    Additional tools and images for Mozc Japanese Input Method

NO_BUILD=   yes
LOCALBASE_REPLACE_FILES= \
        Makefile

post-patch:
    cd ${WRKSRC} && \
        ${REINPLACE_CMD} "s/@@LOCALBASE@@/${LOCALBASE:S/\//\\\//g}/g" \
        ${LOCALBASE_REPLACE_FILES}

.include <bsd.port.mk>