blob: 5abe306cc1bffa2a515fd6a73098643d25179868 (
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 with Canna and Wnn6
# Version required: 20.4
# Date created: 5 Dec 1997
# Whom: KIRIYAMA Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
#
# $Id: Makefile,v 1.2 1998/10/10 12:38:59 kuriyama Exp $
#
PKGNAME= ja-xemacs-canna+wnn6-20.4
BROKEN_ELF= Wnn6 has not yet corresponded to ELF
CANNA= yes
WNN6= yes
MASTERDIR= ${.CURDIR}/../../japanese/xemacs
PKGDIR= ${.CURDIR}/pkg
.include "${MASTERDIR}/Makefile"
|