mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
ed4de7cae6
- Separate */FreeWnn-server and */FreeWnn-lib. - Take maintainership.
19 lines
378 B
Makefile
19 lines
378 B
Makefile
# New ports collection makefile for: libraries of FreeWnn
|
|
# Date created: 00/08/25
|
|
# Whom: Satoshi TAOKA <taoka@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= korean
|
|
PKGNAMESUFFIX= -lib
|
|
|
|
COMMENT= A Japanese/Chinese/Korean input method (Korean client libraries)
|
|
|
|
MASTERDIR= ${.CURDIR}/../../japanese/FreeWnn-lib
|
|
PKGDIR= ${.CURDIR}
|
|
|
|
WNNTYPE= KWNN
|
|
|
|
.include "${MASTERDIR}/Makefile"
|