d34327c892
Approved by: portmgr (self)
18 lines
384 B
Makefile
18 lines
384 B
Makefile
# New ports collection makefile for: XEmacs for Japanese with Canna input
|
|
# Date created: 3 Jan 2002
|
|
# Whom: KIRIYAMA Kazuhiko <kiri@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= japanese
|
|
|
|
COMMENT= XEmacs(beta version) text editor(SJ3, SKK and Canna)
|
|
|
|
MASTERDIR= ${.CURDIR}/../../editors/xemacs-devel-mule
|
|
|
|
CANNA= yes
|
|
|
|
BROKEN= "Aborts during build"
|
|
|
|
.include "${MASTERDIR}/Makefile"
|