1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/japanese/fcitx-mozc/Makefile
Daichi GOTO c52abba0b3 fixed some path issues
Submitted by:	Zhihao Yuan <lichray@gmail.com>
2012-05-23 01:27:59 +00:00

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"