2010-06-26 10:08:01 +02:00
|
|
|
# New ports collection makefile for: mozc-tool
|
|
|
|
# Date created: 26 June 2010
|
|
|
|
# Whom: Daichi GOTO <daichi@freebsd.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2011-12-12 18:43:50 +01:00
|
|
|
PKGNAMESUFFIX= -tool
|
2012-07-28 17:57:55 +02:00
|
|
|
COMMENT= Mozc tool for IBus, SCIM, and others
|
2011-12-12 18:43:50 +01:00
|
|
|
DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX}
|
2010-06-26 10:08:01 +02:00
|
|
|
|
2011-12-12 18:43:50 +01:00
|
|
|
MASTERDIR= ${.CURDIR}/../../japanese/mozc-server
|
|
|
|
BUILD_MOZC_LIST= mozc_tool
|
2010-06-26 10:08:01 +02:00
|
|
|
|
2011-12-12 18:43:50 +01:00
|
|
|
.include "${MASTERDIR}/Makefile"
|