blob: 4c52bfa0eb53a560e145f9d5c2894b8e0014762f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# New ports collection makefile for: XEmacs for Japanese
# Date created: 5 Dec 1997
# Whom: KIRIYAMA Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
#
# $FreeBSD$
#
CATEGORIES= japanese
MAINTAINER= ports@FreeBSD.org
COMMENT= XEmacs(stable version) text editor(SJ3, SKK and Canna)
MASTERDIR= ${.CURDIR}/../../editors/xemacs21-mule
CANNA= yes
DESCR= ${.CURDIR}/pkg-descr
.include "${MASTERDIR}/Makefile"
|