blob: 9a2458b9f6b701892d4a313f5904178e3369bef3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# New ports collection makefile for: XEmacs with Wnn6
# Date created: 25 January 1998
# Whom: KIRIYAMA Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
#
# $FreeBSD$
#
CATEGORIES= japanese
MASTERDIR= ${.CURDIR}/../../editors/xemacs21-mule
COMMENT= XEmacs(gamma version) text editor, with SJ3, SKK and Wnn6 support
WNN6= yes
.include "${MASTERDIR}/Makefile"
|