blob: 6dd569afa81ee1dd7ac0efd3c58957929b90653e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# New ports collection makefile for: mule with Wnn7
# Date created: 01/07/18
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
#
# $FreeBSD$
#
CATEGORIES= japanese
COMMENT= A multilingual emacs, with FreeWnn, Wnn6 and Wnn7 support built-in
WNN7= yes
MASTERDIR= ${.CURDIR}/../../editors/mule
PKGDIR= ${.CURDIR}
.include "${MASTERDIR}/Makefile"
|