- Remove obsolete MD5 checksum while I'm here PR: ports/152844 Submitted by: sunpoet (myself) Approved by: miwi (with portmgr hat)
26 lines
597 B
Makefile
26 lines
597 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= 0.12.434.102
|
|
CATEGORIES= japanese
|
|
MASTER_SITES= http://people.freebsd.org/~daichi/distfiles/
|
|
|
|
MAINTAINER= daichi@FreeBSD.org
|
|
COMMENT= Additional tools and images for Mozc Japanese Input Method
|
|
|
|
NO_BUILD= yes
|
|
REPLACE_FILES= ${WRKSRC}/Makefile
|
|
|
|
post-patch:
|
|
@for FILE in ${REPLACE_FILES}; \
|
|
do \
|
|
${SED} -i .bak -e "s/@@LOCALBASE@@/${LOCALBASE:S/\//\\\//g}/g" \
|
|
$${FILE}; \
|
|
done;
|
|
|
|
.include <bsd.port.mk>
|