freebsd-ports/japanese/scim-mozc/Makefile
Daichi GOTO 66dcdf29bf Updated mozc relative ports to 1.6.1187.102
- Google droped SCIM support from this version.
    japanese/scim-mozc will be removed in the future.
2012-09-07 03:28:18 +00:00

24 lines
589 B
Makefile

# New ports collection makefile for: scim-mozc
# Date created: 26 June 2010
# Whom: Daichi GOTO <daichi@freebsd.org>
#
# $FreeBSD$
#
PKGNAMEPREFIX= ja-scim-
PKGNAMESUFFIX=
COMMENT= Mozc engine for SCIM
DATADIR= ${PREFIX}/share/scim-${PORTNAME}
MASTERDIR= ${.CURDIR}/../../japanese/mozc-server
PKGMESSAGE= ${.CURDIR}/pkg-message
BROKEN= Google droped SCIM support from Mozc. This port will be deleted.
BUILD_MOZC_LIST= scim_mozc
post-install:
@${CAT} ${PKGMESSAGE}
@${ECHO_CMD} To display this message again, type ${PKG_INFO} -D ${PKGNAME}
.include "${MASTERDIR}/Makefile"