mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
dc84281c1a
- Use GTK+ 3 as default GUI toolkit. - textproc/uim-qt5 installs KDE Plasma 5 applet. - Bump PORTREVISION of ports that depends on textproc/uim
16 lines
309 B
Makefile
16 lines
309 B
Makefile
# Created by: Koichiro IWAO <meta+ports@vmeta.jp>
|
|
|
|
PORTREVISION= 4
|
|
PKGNAMEPREFIX= ja-uim-
|
|
|
|
COMMENT= Mozc engine for uim
|
|
|
|
MASTERDIR= ${.CURDIR}/../../japanese/mozc-server
|
|
FILESDIR= ${.CURDIR}/files
|
|
DATADIR= ${PREFIX}/share/uim
|
|
SUB_FILES= pkg-message
|
|
|
|
BUILD_MOZC_LIST=uim_mozc
|
|
|
|
.include "${MASTERDIR}/Makefile"
|