mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
021be14f65
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories J-L. CR: D305 Approved by: portmgr (swills)
15 lines
303 B
Makefile
15 lines
303 B
Makefile
# Created by: Satoshi TAOKA <taoka@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= korean
|
|
PKGNAMESUFFIX= -lib
|
|
|
|
COMMENT= Japanese/Chinese/Korean input method (Korean client libraries)
|
|
|
|
MASTERDIR= ${.CURDIR}/../../japanese/FreeWnn-lib
|
|
PKGDIR= ${.CURDIR}
|
|
|
|
OPTIONS_DEFAULT=KWNN LIB
|
|
|
|
.include "${MASTERDIR}/Makefile"
|