mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
37e782dfbc
minor COMMENT typos and surrounding whitespace fixes. Categories A-C. CR: D196 Approved by: portmgr (bapt)
15 lines
304 B
Makefile
15 lines
304 B
Makefile
# Created by: Satoshi TAOKA <taoka@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= chinese
|
|
PKGNAMESUFFIX= -server
|
|
|
|
COMMENT= Japanese/Chinese/Korean input method (Chinese server)
|
|
|
|
MASTERDIR= ${.CURDIR}/../../japanese/FreeWnn-server
|
|
PKGDIR= ${.CURDIR}
|
|
|
|
OPTIONS_DEFAULT=CWNN SERVER
|
|
|
|
.include "${MASTERDIR}/Makefile"
|