# New ports collection makefile for:	scim-mozc
# Date created:				26 June 2010
# Whom:					Daichi GOTO <daichi@freebsd.org>
#
# $FreeBSD: ports/japanese/scim-mozc/Makefile,v 1.16 2012/01/29 05:22:57 daichi Exp $
#

PKGNAMEPREFIX=  ja-scim-
PKGNAMESUFFIX=
COMMENT=	Mozc engine for SCIM
DATADIR=	${PREFIX}/share/scim-${PORTNAME}

MASTERDIR=	${.CURDIR}/../../japanese/mozc-server
PKGMESSAGE=	${.CURDIR}/pkg-message

BUILD_MOZC_LIST=	scim_mozc

post-install:
	@${CAT} ${PKGMESSAGE}
	@${ECHO_CMD} To display this message again, type ${PKG_INFO} -D ${PKGNAME}

.include "${MASTERDIR}/Makefile"
