d3fc97c432
Approved by: portmgr (implicitly)
18 lines
393 B
Makefile
18 lines
393 B
Makefile
# New ports collection makefile for: mule with Canna, sj3 and Wnn7
|
|
# Date created: 01/07/18
|
|
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= japanese
|
|
COMMENT= A multilingual emacs, with Canna, sj3, FreeWnn, Wnn6 and Wnn7 support built-in
|
|
|
|
CANNA= yes
|
|
SJ3= yes
|
|
WNN7= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../../editors/mule
|
|
PKGDIR= ${.CURDIR}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|