mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
17 lines
339 B
Makefile
17 lines
339 B
Makefile
# Created by: Koichiro IWAO <meta+ports@vmeta.jp>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMEPREFIX= ja-uim-
|
|
|
|
COMMENT= Mozc engine for uim
|
|
|
|
MASTERDIR= ${.CURDIR}/../../japanese/mozc-server
|
|
FILESDIR= ${.CURDIR}/files
|
|
DATADIR= ${PREFIX}/share/uim
|
|
SUB_FILES= pkg-message
|
|
PKGMESSAGE= ${WRKDIR}/pkg-message
|
|
|
|
BUILD_MOZC_LIST=uim_mozc
|
|
|
|
.include "${MASTERDIR}/Makefile"
|