blob: 976421cdbf18c2b8567bfc4c8bc7017615bb0914 (
plain)
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
# Version required: 20.4
# Date created: 25 January 1998
# Whom: KIRIYAMA Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
#
# $Id: Makefile,v 1.2 1998/10/10 12:39:13 kuriyama Exp $
#
PKGNAME= ja-xemacs-wnn6-20.4
BROKEN_ELF= Wnn6 has not yet corresponded to ELF
WNN6= yes
MASTERDIR= ${.CURDIR}/../../japanese/xemacs
PKGDIR= ${.CURDIR}/pkg
.include "${MASTERDIR}/Makefile"
|