freebsd-ports/japanese/mozc-additions/Makefile
Daichi GOTO 16e813f18b Update to Mozc 1.4.1033.102
Feature safe: yes
2012-04-02 00:10:35 +00:00

28 lines
619 B
Makefile

# 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>