d3fc97c432
Approved by: portmgr (implicitly)
17 lines
345 B
Makefile
17 lines
345 B
Makefile
# New ports collection makefile for: kinput2-canna+freewnn+sj3
|
|
# Date created: 19 Dec 1997
|
|
# Whom: Satoshi TAOKA <taoka@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
COMMENT= Input server of Japanese text (Canna+FreeWnn+SJ3)
|
|
|
|
CANNA= yes
|
|
SJ3= yes
|
|
FREEWNN= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../kinput2-freewnn/
|
|
PKGDIR= ${.CURDIR}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|