17 lines
380 B
Makefile
17 lines
380 B
Makefile
# New ports collection makefile for: XEmacs for Japanese with Canna and FreeWnn
|
|
# Date created: 3 Jan 2002
|
|
# Whom: KIRIYAMA Kazuhiko <kiri@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= japanese
|
|
|
|
COMMENT= XEmacs(beta version) text editor(SJ3, SKK, Canna and FreeWnn)
|
|
|
|
MASTERDIR= ${.CURDIR}/../../editors/xemacs-devel-mule
|
|
|
|
CANNA= yes
|
|
FREEWNN= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|