blob: b1f70913f813b5e2583f388a51378031ad808cfb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# 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
MAINTAINER= ports@FreeBSD.org
COMMENT= XEmacs(stable version) text editor(SJ3, SKK and Wnn6)
MASTERDIR= ${.CURDIR}/../../editors/xemacs21-mule
WNN6= yes
.include "${MASTERDIR}/Makefile"
|