mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
c52abba0b3
Submitted by: Zhihao Yuan <lichray@gmail.com>
23 lines
517 B
Makefile
23 lines
517 B
Makefile
# New ports collection makefile for: fcitx-mozc
|
|
# Date created: 22 May 2012
|
|
# Whom: Daichi GOTO <daichi@freebsd.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMEPREFIX= ja-fcitx-
|
|
PKGNAMESUFFIX=
|
|
COMMENT= Mozc engine for Fcitx
|
|
DATADIR= ${PREFIX}/share/fcitx/${PORTNAME}
|
|
|
|
MASTERDIR= ${.CURDIR}/../../japanese/mozc-server
|
|
PKGMESSAGE= ${.CURDIR}/pkg-message
|
|
|
|
BUILD_MOZC_LIST= fcitx_mozc
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
@${ECHO_CMD} To display this message again, type ${PKG_INFO} -D ${PKGNAME}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|